Skip to content

Commit

Permalink
Fix variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Jun 12, 2024
1 parent 9e1f59d commit 3ba0388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
env:
CERBERUS_IMAGE_NAME: cerberus:release
OPENSUT_BASE_IMAGE_NAME: opensut-base:latest
CERBERUS_IMAGE_ID: ghcr.io/${{ github.repository_owner }}/${{vars.CERBERUS_IMAGE_NAME}}
OPENSUT_BASE_IMAGE_ID: ghcr.io/${{ github.repository_owner }}/${{vars.OPENSUT_BASE_IMAGE_NAME}}
CERBERUS_IMAGE_ID: ghcr.io/${{ github.repository_owner }}/$CERBERUS_IMAGE_NAME
OPENSUT_BASE_IMAGE_ID: ghcr.io/${{ github.repository_owner }}/$OPENSUT_BASE_IMAGE_NAME

jobs:

Expand Down

0 comments on commit 3ba0388

Please sign in to comment.