Skip to content

Commit

Permalink
fix release of docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Feb 17, 2020
1 parent ba45f3b commit 9dac674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Build Docker Image
run: |
docker build -t estenrye/octopod:${{ env.RELEASE_VERSION }} .
docker tag estenrye/octopod:${{ env.RELEASE_VERSION }}/version estenrye/octopod:latest
docker push estenrye/octopod:${{ env.RELEASE_VERSION }}/version
docker tag estenrye/octopod:${{ env.RELEASE_VERSION }} estenrye/octopod:latest
docker push estenrye/octopod:${{ env.RELEASE_VERSION }}
docker push estenrye/octopod:latest

Expand Down

0 comments on commit 9dac674

Please sign in to comment.