Skip to content

Commit dab71f6

Browse files
committed
Fix bug in docker image build pipeline
1 parent d359915 commit dab71f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch'
5858
run: |
5959
TAG=$(git describe --tags --exact-match || echo "")
60-
echo "IMAGE_TAG=$TAG" >> $GITHUB_ENV
60+
echo "LATEST_TAG=$TAG" >> $GITHUB_ENV
6161
6262
- name: Create tags for publishing image
6363
id: meta

0 commit comments

Comments
 (0)