We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204dd50 commit d47b8ddCopy full SHA for d47b8dd
.github/workflows/actions.yml
@@ -36,7 +36,7 @@ jobs:
36
if: github.ref == 'refs/heads/master'
37
run: |
38
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_TOKEN }}
39
- docker push ${{ env.DOCKER_REPO }}
+ docker push --all-tags ${{ env.DOCKER_REPO }}
40
- name: Create Release
41
42
uses: ncipollo/release-action@v1
0 commit comments