include tags in push
All checks were successful
Continuous Releases / build (push) Successful in 3m29s
All checks were successful
Continuous Releases / build (push) Successful in 3m29s
This commit is contained in:
@@ -34,4 +34,4 @@ jobs:
|
|||||||
- run: printf '%s' "${{ secrets.CI_ACCESS }}" > /etc/secrets/docker.txt
|
- 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 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 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
|
||||||
Reference in New Issue
Block a user