aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 21:34:23 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-07 21:34:23 -0800
commitec7f458c8d1dac91c9e508f690b9dfdbcd5de56b (patch)
treef91102acafc5029d2f2ced82aa78356bc585ec2d
parent903a1af3d4dcfefc8e18a753c4c78b5c6391aff7 (diff)
downloaddn42peering-ec7f458c8d1dac91c9e508f690b9dfdbcd5de56b.tar
dn42peering-ec7f458c8d1dac91c9e508f690b9dfdbcd5de56b.tar.gz
dn42peering-ec7f458c8d1dac91c9e508f690b9dfdbcd5de56b.tar.bz2
dn42peering-ec7f458c8d1dac91c9e508f690b9dfdbcd5de56b.zip
ci: fix Docker login
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6edb945..b12796f 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
- password: ${{ secrets.PAT }}
+ password: ${{ secrets.CR_PAT }}
repository: ${{ github.repository }}
tags: $CUSTOM_DOCKER_TAG
build_agent: