We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d53c80 commit 9995311Copy full SHA for 9995311
.github/workflows/publish-tag.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Build the Docker image
21
run: docker build . --file Dockerfile --tag commit451/docker-android:${{ env.RELEASE_VERSION }}
22
- name: Push the Docker image
23
- run: docker push commit451/docker-android
+ run: docker push commit451/docker-android:${{ env.RELEASE_VERSION }}
0 commit comments