Skip to content

Commit

Permalink
Use newer version of github docker push action (#6099)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-xie authored Jun 4, 2024
1 parent 65cbc8e commit b38bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub (auto-setup build)
uses: docker/build-push-action@v1
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 b38bd0c

Please sign in to comment.