Skip to content

Commit 3aa9000

Browse files
committed
fix github action
1 parent e66e44c commit 3aa9000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
# this writes the tag name into GIT_TAG_NAME
1414
- name: Get tag name
15-
uses: olegtarasov/get-tag@v2
15+
uses: little-core-labs/get-git-tag@v3.0.1
1616
- name: Build the Docker image
1717
run: docker build . --file Dockerfile --tag markusressel/py-image-dedup:$GIT_TAG_NAME
1818
- name: Login to DockerHub Registry

0 commit comments

Comments
 (0)