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 e66e44c commit 3aa9000Copy full SHA for 3aa9000
.github/workflows/dockerimage-release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
# this writes the tag name into GIT_TAG_NAME
14
- name: Get tag name
15
- uses: olegtarasov/get-tag@v2
+ uses: little-core-labs/get-git-tag@v3.0.1
16
- name: Build the Docker image
17
run: docker build . --file Dockerfile --tag markusressel/py-image-dedup:$GIT_TAG_NAME
18
- name: Login to DockerHub Registry
0 commit comments