Skip to content

Commit

Permalink
update usernamee on workflow docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtrkmn authored Nov 10, 2020
1 parent 14a25f2 commit 3ab8c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: docker/build-push-action@v1
with:
repository: aau-network-security/gwireguard/wireguard-service
username: ${{ github.actor }}
username: aau-network-security
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
tag_with_ref: true
Expand Down

0 comments on commit 3ab8c3a

Please sign in to comment.