Skip to content

Commit

Permalink
Explicitly spell out the declared variables
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Oct 29, 2024
1 parent 365a76b commit 0ceee6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
# - 'main'

env:
CERBERUS_IMAGE_NAME: cerberus:release
OPENSUT_BASE_IMAGE_NAME: opensut-base:latest
REGISTRY_BASE_NAME: ghcr.io/galoisinc/verse-opensut
CERBERUS_IMAGE_ID: $REGISTRY_BASE_NAME/cerberus:release
OPENSUT_BASE_IMAGE_ID: $REGISTRY_BASE_NAME/opensut-base:latest
CERBERUS_IMAGE_ID: $REGISTRY_BASE_NAME/$CERBERUS_IMAGE_NAME
OPENSUT_BASE_IMAGE_ID: $REGISTRY_BASE_NAME/$OPENSUT_BASE_IMAGE_NAME

jobs:
# cerberus-platforms:
Expand Down

0 comments on commit 0ceee6b

Please sign in to comment.