Skip to content

Commit

Permalink
Merge pull request #338 from adfinis/fix/ghcr-ref
Browse files Browse the repository at this point in the history
fix(ghcr): references
  • Loading branch information
eyenx authored Aug 4, 2022
2 parents 0ce0fc1 + 1ed98a3 commit b649116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Prepare Image Metadata
id: prep
run: |
DOCKER_IMAGE=ghcr.io/adfinis-sygroup/customer-center/frontend
DOCKER_IMAGE=ghcr.io/adfinis/customer-center/frontend
VERSION=noop
if [ "${{ github.event_name }}" = "schedule" ]; then
VERSION=nightly
Expand Down

0 comments on commit b649116

Please sign in to comment.