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 Jul 19, 2024
1 parent 4f0fafc commit 57c5ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build and Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down

0 comments on commit 57c5ecf

Please sign in to comment.