Skip to content

Commit

Permalink
fix: push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lafin committed Nov 2, 2021
1 parent 204dd50 commit d47b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.ref == 'refs/heads/master'
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_TOKEN }}
docker push ${{ env.DOCKER_REPO }}
docker push --all-tags ${{ env.DOCKER_REPO }}
- name: Create Release
if: github.ref == 'refs/heads/master'
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit d47b8dd

Please sign in to comment.