Skip to content

Commit 9995311

Browse files
committed
Fix tag
1 parent 5d53c80 commit 9995311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Build the Docker image
2121
run: docker build . --file Dockerfile --tag commit451/docker-android:${{ env.RELEASE_VERSION }}
2222
- name: Push the Docker image
23-
run: docker push commit451/docker-android
23+
run: docker push commit451/docker-android:${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)