We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f935a7 commit cdb289bCopy full SHA for cdb289b
.github/workflows/docker-publish.yml
@@ -18,8 +18,6 @@ env:
18
REGISTRY: ghcr.io
19
# github.repository as <account>/<repo>
20
IMAGE_NAME: ${{ github.repository }}
21
- UTIL_IMAGE_NAME: ${{ github.repository }}
22
-
23
24
jobs:
25
build:
@@ -29,9 +27,9 @@ jobs:
29
27
matrix:
30
28
include:
31
- dockerfile: ./Dockerfile
32
- image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ image: ghcr.io/sandialabs/scot4-api
33
- dockerfile: ./Dockerfile-util
34
- image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-util
+ image: ghcr.io/sandialabs/scot4-api-util
35
permissions:
36
contents: read
37
packages: write
0 commit comments