Skip to content

Commit

Permalink
Merge pull request #89 from astrophpeter/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-3

Bump docker/build-push-action from 2 to 3
  • Loading branch information
astrophpeter authored Aug 3, 2022
2 parents aaee58b + 2b10201 commit 10ce617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

#- name: Test
# id: docker_test
# uses: docker/build-push-action@v2
# uses: docker/build-push-action@v3
# with:
# builder: ${{ steps.buildx.outputs.name }}
# context: ./app
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./app
Expand Down

0 comments on commit 10ce617

Please sign in to comment.