Skip to content

Commit

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

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
outductor authored Jul 1, 2024
2 parents 876a1d8 + 4b93c27 commit f9c65e3
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@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ./docker/single-target/Dockerfile
Expand Down

0 comments on commit f9c65e3

Please sign in to comment.