Skip to content

Commit d47b8dd

Browse files
committed
fix: push all tags
1 parent 204dd50 commit d47b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.ref == 'refs/heads/master'
3737
run: |
3838
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_TOKEN }}
39-
docker push ${{ env.DOCKER_REPO }}
39+
docker push --all-tags ${{ env.DOCKER_REPO }}
4040
- name: Create Release
4141
if: github.ref == 'refs/heads/master'
4242
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)