Skip to content

Commit

Permalink
Merge pull request #27 from polygloat/main
Browse files Browse the repository at this point in the history
Main –> prerelease
  • Loading branch information
JanCizmar committed Dec 6, 2020
2 parents 4fcc133 + ac4ac5e commit bc1802e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ jobs:
- name: Login to docker
run: docker login -u ${{ secrets.dockerhubusername }} -p "${{ secrets.dockerhubpassword }}"
- name: Tag the image
run: docker tag polygloat/polygloat polygloat/polygloat:${{ steps.version.outputs.VERSION }}
run: |
docker tag polygloat/polygloat polygloat/polygloat:${{ steps.version.outputs.VERSION }}
docker tag polygloat/polygloat polygloat/polygloat:latest
- name: Publish docker image
run: docker push polygloat/polygloat:${{ steps.version.outputs.VERSION }}

Expand Down

0 comments on commit bc1802e

Please sign in to comment.