Skip to content

Commit

Permalink
[Fix] Fix Docker Release (#56)
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
atedesch1 authored Jul 10, 2022
1 parent 597b976 commit 9c1608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Build Docker image
run: |
docker build . --file Dockerfile --tag $DOCKER_TAG_LATEST_RELEASE $DOCKER_TAG_RELEASE
docker build . --file Dockerfile --tag $DOCKER_TAG_LATEST_RELEASE --tag $DOCKER_TAG_RELEASE
- name: Push to DockerHub
run: |
Expand Down

0 comments on commit 9c1608d

Please sign in to comment.