Skip to content

Commit

Permalink
Merge pull request #120 from GiganticMinecraft/renovate/docker-build-…
Browse files Browse the repository at this point in the history
…push-action-5.x

chore(deps): update docker/build-push-action action to v5
  • Loading branch information
outductor authored Dec 23, 2023
2 parents c997ec2 + 58b63a8 commit 93548b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ./
file: ./docker/single-target/Dockerfile
Expand Down

0 comments on commit 93548b1

Please sign in to comment.