Skip to content

Commit

Permalink
Fix docker image versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed May 21, 2024
1 parent 52a71b9 commit a0f8094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload_theme_on_push_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
then
VER=$VER-SNAPSHOT
fi
echo "Docker tag to be attached to images: $VERSION"
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Docker tag to be attached to images: $VER"
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit a0f8094

Please sign in to comment.