We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d1c3 commit 38f9cc0Copy full SHA for 38f9cc0
.github/workflows/release.yml
@@ -71,13 +71,6 @@ jobs:
71
release_name: Release ${{ env.PACKAGE_VERSION }}
72
draft: false
73
prerelease: false
74
- - name: Push to Docker Hub
75
- uses: docker/build-push-action@v1
76
- with:
77
- username: ${{ secrets.DOCKER_USERNAME }}
78
- password: ${{ secrets.DOCKER_PASSWORD }}
79
- repository: electionguard/electionguard-web-api
80
- tag_with_ref: true
81
- name: Push to GitHub Packages
82
uses: docker/build-push-action@v1
83
with:
0 commit comments