include tags in push
All checks were successful
Continuous Releases / build (push) Successful in 3m29s

This commit is contained in:
Eau
2026-03-20 02:14:12 -05:00
parent d216dd0dee
commit b07face382

View File

@@ -34,4 +34,4 @@ jobs:
- run: printf '%s' "${{ secrets.CI_ACCESS }}" > /etc/secrets/docker.txt
- run: docker login --username ${{ env.GITHUB_ACTOR }} --password-stdin tea.werats.gay < /etc/secrets/docker.txt
- run: docker build . -t ${{ env.IMAGE_NAME }}:latest -t ${{ env.IMAGE_NAME }}:${{ env.CURRENT_VERSION}} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
- run: docker push -a ${{ env.IMAGE_NAME }} && git push
- run: docker push -a ${{ env.IMAGE_NAME }} && git push && git push --tags