Skip to content

Commit

Permalink
update build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Sep 7, 2024
1 parent 325732f commit d7f1fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- name: Build PHP ${{ inputs.version }} ${{ inputs.variant }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./Dockerfile-${{ inputs.variant }}
Expand Down

0 comments on commit d7f1fc4

Please sign in to comment.