Skip to content

Commit

Permalink
fix(ghcr): references (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Aug 4, 2022
1 parent 71f251a commit d71ed47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: prep
run: |
DOCKER_IMAGE=docker.io/adfinissygroup/openshift-etcd-backup
GHCR_IMAGE=ghcr.io/adfinis-sygroup/openshift-etcd-backup
GHCR_IMAGE=ghcr.io/adfinis/openshift-etcd-backup
QUAY_IMAGE=quay.io/adfinis/openshift-etcd-backup
VERSION=noop
if [ "${{ github.event_name }}" = "schedule" ]; then
Expand Down
2 changes: 1 addition & 1 deletion backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- command:
- /bin/sh
- /usr/local/bin/backup.sh
image: ghcr.io/adfinis-adsygroup/openshift-etcd-backup
image: ghcr.io/adfinis/openshift-etcd-backup
imagePullPolicy: Always
name: backup-etcd
resources:
Expand Down

0 comments on commit d71ed47

Please sign in to comment.