Skip to content

Commit

Permalink
fix: typo in var usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Apr 13, 2024
1 parent a88c62f commit 61cf672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
id: meta
with:
images: |
${{ env.IMAGE_NAME) }}
${{ env.IMAGE_NAME }}
labels: |
org.opencontainers.image.title=${{ env.IMAGE_BASE_NAME }}
org.opencontainers.image.description=A caching layer for pre-built akmod RPMs
Expand All @@ -168,7 +168,7 @@ jobs:
with:
containerfiles: |
./Containerfile.${{ matrix.cfile_suffix }}
image: ${{ env.IMAGE_NAME) }}
image: ${{ env.IMAGE_NAME }}
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
Expand Down

0 comments on commit 61cf672

Please sign in to comment.