Skip to content

Commit

Permalink
chore(deps): docker/build-push-action v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent ee3b5b3 commit 7642076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
echo BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> "$GITHUB_ENV"
echo BUILD_REF="$(git rev-parse --short HEAD)" >> "$GITHUB_ENV"
- name: Build containers for all platforms
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.platforms }}
tags: ${{ env.image }}:${{ needs.sanity_check.outputs.tag }}${{ env.LATEST }}
Expand All @@ -96,7 +96,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push to Docker hub
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.platforms }}
tags: ${{ env.image }}:${{ needs.sanity_check.outputs.tag }}${{ env.LATEST }}
Expand Down

0 comments on commit 7642076

Please sign in to comment.