Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a140302

Browse files
committedJan 26, 2025··
.
1 parent 7ace905 commit a140302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/docker-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
id: version
3636
run: |
3737
VERSION=${GITHUB_REF#refs/tags/v}
38-
echo "VERSION=${VERSION}" >> $GITHUB_ENV
39-
echo "MAJOR=${VERSION%%.*}" >> $GITHUB_ENV
40-
echo "MINOR=${VERSION%.*}" >> $GITHUB_ENV
38+
echo "VERSION=1" >> $GITHUB_ENV
39+
echo "MAJOR=1" >> $GITHUB_ENV
40+
echo "MINOR=1" >> $GITHUB_ENV
4141
4242
- name: Build and Push Docker Image with Multiple Tags and Architectures
4343
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)
Please sign in to comment.