Skip to content

Commit

Permalink
Update docker build and push action to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots authored Oct 31, 2024
1 parent 8c934c4 commit 22e6735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Publish Docker Image on Tag
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Publish Docker Image on Tag
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 22e6735

Please sign in to comment.