Skip to content

Commit

Permalink
ci: Fix ghcr username
Browse files Browse the repository at this point in the history
@Morphclue Ding dong your username is wrong
  • Loading branch information
Clashsoft committed Feb 20, 2024
1 parent 4642d6a commit bdb611b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
context: .
file: apps/${{ matrix.app }}/Dockerfile
push: true
# ${{ github.repository_owner }} does not work. See https://github.com/orgs/community/discussions/27086
# If we ever move this to a different org, we need to update this line.
tags: |
${{ secrets.DOCKER_REGISTRY }}/apollusia/${{ matrix.app }}
ghcr.io/${{ github.repository_owner }}/apollusia-${{ matrix.app }}
ghcr.io/morphclue/apollusia-${{ matrix.app }}
cache-to: type=gha,mode=max
cache-from: type=gha
# https://github.com/sekassel-research/actions-rancher-update?tab=readme-ov-file#update-service
Expand Down

0 comments on commit bdb611b

Please sign in to comment.