Skip to content

Commit 1f6d1c3

Browse files
committed
🔥 Hotfix for release workflow - Rename repos
1 parent ff54933 commit 1f6d1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ jobs:
7676
with:
7777
username: ${{ secrets.DOCKER_USERNAME }}
7878
password: ${{ secrets.DOCKER_PASSWORD }}
79-
repository: electionguard/electionguard-api
79+
repository: electionguard/electionguard-web-api
8080
tag_with_ref: true
8181
- name: Push to GitHub Packages
8282
uses: docker/build-push-action@v1
8383
with:
8484
username: ${{ github.actor }}
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
registry: docker.pkg.github.com
87-
repository: microsoft/electionguard-web-api/electionguard-api
87+
repository: microsoft/electionguard-web-api/electionguard-web-api
8888
tag_with_ref: true
8989
- name: Deploy Github Pages
9090
run: make docs-deploy-ci

0 commit comments

Comments
 (0)