mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
chore(deps): update docker/build-push-action digest to 48aba3b in .github/workflows/testing-env-image.yml (main) (#5121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/atlantis-image.yml
vendored
4
.github/workflows/atlantis-image.yml
vendored
@@ -130,7 +130,7 @@ jobs:
|
||||
|
||||
- name: "Build ${{ env.PUSH == 'true' && 'and push' || '' }} ${{ env.DOCKER_REPO }} image"
|
||||
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
|
||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
|
||||
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
|
||||
with:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
|
||||
- name: "Build and load into Docker"
|
||||
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
|
||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
|
||||
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
|
||||
with:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
2
.github/workflows/testing-env-image.yml
vendored
2
.github/workflows/testing-env-image.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- run: echo "TODAY=$(date +"%Y.%m.%d")" >> $GITHUB_ENV
|
||||
- name: Build and push testing-env:${{env.TODAY}} image
|
||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
|
||||
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
|
||||
with:
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user