Skip to content

Commit

Permalink
update: docker release GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrodzicki committed Nov 15, 2023
1 parent cd3c583 commit dba7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
VERSION=${{github.ref_name}}
docker build \
-t flowlab/"$IMAGE":latest \
-t flowlab/"$IMAGE":"$DOCKER_VER" .
-t flowlab/"$IMAGE":"$VERSION" .
- name: Setup DockerHub
run: |
Expand Down

0 comments on commit dba7982

Please sign in to comment.