Skip to content

Commit b536a52

Browse files
committed
Fix deploy-images?
1 parent de542d3 commit b536a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
registry: ghcr.io
2222
username: ${{ github.repository_owner }}
23-
password: ${{ secrets.GITHUB_TOKEN }}
23+
password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
2424
- name: Build & Run Development Container
2525
uses: devcontainers/ci@v0.2
2626
with:
@@ -50,5 +50,4 @@ jobs:
5050
env:
5151
CRYPTEIA_VERSION: ${{ steps.changelog_reader.outputs.version }}
5252
run: |
53-
echo "${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
5453
./layer/deploy-images

0 commit comments

Comments
 (0)