Skip to content

Commit 38f9cc0

Browse files
committed
🔥 Disable Docker Hub Workflow for Release
1 parent 1f6d1c3 commit 38f9cc0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ jobs:
7171
release_name: Release ${{ env.PACKAGE_VERSION }}
7272
draft: false
7373
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
8174
- name: Push to GitHub Packages
8275
uses: docker/build-push-action@v1
8376
with:

0 commit comments

Comments
 (0)