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 76611b2 commit 507f9a4Copy full SHA for 507f9a4
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: devcontainers/ci@v0.2
33
env:
34
CRYPTEIA_VERSION: ${{ github.event.inputs.version }}
35
- DOCKER_LOGIN_PAT: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
+ DOCKER_LOGIN_PAT: ${{ secrets.DOCKER_LOGIN_PAT }}
36
with:
37
push: never
38
cacheFrom: ghcr.io/customink/crypteia-ci
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments