Skip to content

Commit

Permalink
Merge pull request #297 from netlogix/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6
  • Loading branch information
saschanowak authored Jun 25, 2024
2 parents c685952 + 3e1cd0a commit 07f607d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: ${{ matrix.image.context }}
Expand All @@ -527,7 +527,7 @@ jobs:

- name: Build and push to GHCR
id: docker_push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: ${{ matrix.image.context }}
Expand Down

0 comments on commit 07f607d

Please sign in to comment.