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 19, 2024
1 parent 2009c38 commit 36ec59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
platforms: linux/amd64
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Build and push container image
if: github.ref == 'refs/heads/main'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
platforms: linux/amd64
Expand Down

0 comments on commit 36ec59e

Please sign in to comment.