Skip to content

Commit cdb289b

Browse files
authored
Update image names
1 parent 0f935a7 commit cdb289b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/docker-publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ env:
1818
REGISTRY: ghcr.io
1919
# github.repository as <account>/<repo>
2020
IMAGE_NAME: ${{ github.repository }}
21-
UTIL_IMAGE_NAME: ${{ github.repository }}
22-
2321

2422
jobs:
2523
build:
@@ -29,9 +27,9 @@ jobs:
2927
matrix:
3028
include:
3129
- dockerfile: ./Dockerfile
32-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
30+
image: ghcr.io/sandialabs/scot4-api
3331
- dockerfile: ./Dockerfile-util
34-
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-util
32+
image: ghcr.io/sandialabs/scot4-api-util
3533
permissions:
3634
contents: read
3735
packages: write

0 commit comments

Comments
 (0)