Skip to content

Commit

Permalink
Merge pull request #11147 from cBioPortal/demo-update-docker-build-ve…
Browse files Browse the repository at this point in the history
…rsion

Update docker build and push action to latest version
  • Loading branch information
dippindots authored Feb 7, 2025
2 parents bc0e7b3 + ade5bc4 commit 22a4ca5
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 22a4ca5

Please sign in to comment.