Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

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 Jun 17, 2024
1 parent 3d6b742 commit 40e66b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
password: ${{ steps.retrieve-registry-password.outputs.ACR_PASSWORD }}

- name: Build and push container image to registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: '${{ inputs.REGISTRY }}/${{ inputs.REPO }}:${{ github.sha }}'
file: ./Dockerfile
context: .

- name: Build and push documentation container image to registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
tags: '${{ inputs.REGISTRY }}/${{ inputs.REPO_DOCS }}:${{ github.sha }}'
Expand Down

0 comments on commit 40e66b9

Please sign in to comment.