Skip to content

Commit

Permalink
Merge pull request #3 from stefanpoensgen/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v5
  • Loading branch information
stefanpoensgen authored Dec 19, 2023
2 parents d0e32ab + db7df3a commit 8dd6a71
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 @@ -21,7 +21,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit 8dd6a71

Please # to comment.