Skip to content

Commit

Permalink
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 Aug 26, 2024
1 parent 5949b46 commit f9c3448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Build and push docker to DockerHub
uses: docker/build-push-action@v5
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
push: true
platforms: linux/amd64,linux/arm64,linux/386
Expand All @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push docker to Github Container Registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
with:
push: true
platforms: linux/amd64,linux/arm64,linux/386
Expand Down

0 comments on commit f9c3448

Please sign in to comment.