Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 2283d22 commit e49d8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
id: commit_sha
run: echo "commit_sha=${GITHUB_SHA:0:8}" >> $GITHUB_OUTPUT
- name: Build and push client image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
load: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-preview-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build preview image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
cache-from: type=gha
Expand All @@ -33,7 +33,7 @@ jobs:
tags: |
${{ env.CLIENT_IMAGE_REPO }}:preview-${{ github.event.number }}
- name: load preview image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: prod
Expand All @@ -51,7 +51,7 @@ jobs:
id: date
run: echo "date=$(date --utc +%Y%m%d.%H%M)" >> $GITHUB_OUTPUT
- name: Push preview image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: prod
Expand Down

0 comments on commit e49d8a6

Please sign in to comment.