Skip to content

Commit

Permalink
Update docker-build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieupelatan authored Dec 13, 2023
1 parent 4c2ce31 commit 79425c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-business-partner-mock
- name: Build Docker image
uses: docker/build-push-action@v2.10.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./code/easyfranchise/deployment/docker/Dockerfile-business-partner-mock
Expand Down

0 comments on commit 79425c1

Please sign in to comment.