Skip to content

Commit

Permalink
Downgrade docker/build-push-action to v2 since it is compatible with …
Browse files Browse the repository at this point in the history
…current commands (uber#6231)
  • Loading branch information
neil-xie authored Aug 16, 2024
1 parent e23c5a6 commit 8c29b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub (server build)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v2
with:
username: ${{ secrets.CADENCE_SERVER_DOCKERHUB_USERNAME }}
password: ${{ secrets.CADENCE_SERVER_DOCKERHUB_TOKEN }}
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub (auto-setup build)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v2
with:
username: ${{ secrets.CADENCE_SERVER_DOCKERHUB_USERNAME }}
password: ${{ secrets.CADENCE_SERVER_DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 8c29b75

Please sign in to comment.