Skip to content

Commit

Permalink
changes github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtCoder19 committed Feb 5, 2024
1 parent 7bb5eca commit b535cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
set -e
docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/web/${{matrix.app}}:$version_string --push
docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t "$image_name:$IMAGE_TAG" --push
# - name: Build & Push Image
Expand Down

0 comments on commit b535cef

Please sign in to comment.