Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Jul 10, 2022
1 parent e66e44c commit 3aa9000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
# this writes the tag name into GIT_TAG_NAME
- name: Get tag name
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.1
- name: Build the Docker image
run: docker build . --file Dockerfile --tag markusressel/py-image-dedup:$GIT_TAG_NAME
- name: Login to DockerHub Registry
Expand Down

0 comments on commit 3aa9000

Please sign in to comment.