Skip to content

Commit

Permalink
fix: publish image (#210)
Browse files Browse the repository at this point in the history
- forgot some closing fis
  • Loading branch information
thenick775 authored Nov 16, 2024
1 parent 91a87b5 commit cf52bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
BUILD_ARG_FLAGS=""
if [ -n "$BUILD_ARG_NAME" ] && [ -n "$BUILD_ARG_VALUE" ]; then
BUILD_ARG_FLAGS="--build-arg $BUILD_ARG_NAME=$BUILD_ARG_VALUE"
fi
if [ "$BUILD_WITH_TAG" = "true" ]; then
BUILD_ARG_FLAGS="$BUILD_ARG_FLAGS --build-arg RELEASE_VERSION=$IMAGE_TAG"
fi
docker build $BUILD_ARG_FLAGS \
-t ghcr.io/${{ github.actor }}/${REPO_NAME}/${{ matrix.image.name }}:${IMAGE_TAG} \
Expand Down

0 comments on commit cf52bd6

Please sign in to comment.