Skip to content

Commit 21a0a68

Browse files
committed
Fixed GHCR container naming.
1 parent 87f9f3a commit 21a0a68

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COMPOSE_PROFILES=full,dev
1515
#MQTT_PORT=11883
1616

1717

18-
DOCKER_IMAGE_PREFIX=localhost/
18+
DOCKER_IMAGE_PREFIX=ghcr.io/nasa-ammos/nasa-ammos/anms/
1919
DOCKER_IMAGE_TAG=latest
2020

2121
ANMS_VERSION=0

.github/workflows/publish_images.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ jobs:
3030

3131
- name: Set prefix
3232
run: |
33-
echo "DOCKER_IMAGE_PREFIX=${REGISTRY}/${OWNER,,}/${REPO,,}/" >>${GITHUB_ENV}
34-
echo "DBG: owner = ${REGISTRY}"
35-
echo "DBG: repo = ${REPO}"
33+
echo "DOCKER_IMAGE_PREFIX=${REGISTRY}/${REPO,,}/" >>${GITHUB_ENV}
3634
env:
37-
OWNER: '${{ github.repository_owner }}'
3835
REPO: '${{ github.repository }}'
3936
- name: Set image tag
4037
id: vars

0 commit comments

Comments
 (0)