Skip to content

Commit

Permalink
Update image names
Browse files Browse the repository at this point in the history
  • Loading branch information
jddicki2 authored Oct 31, 2024
1 parent 0f935a7 commit cdb289b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
UTIL_IMAGE_NAME: ${{ github.repository }}


jobs:
build:
Expand All @@ -29,9 +27,9 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
image: ghcr.io/sandialabs/scot4-api
- dockerfile: ./Dockerfile-util
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-util
image: ghcr.io/sandialabs/scot4-api-util
permissions:
contents: read
packages: write
Expand Down

0 comments on commit cdb289b

Please sign in to comment.