login with secret
Some checks failed
Continuous Releases / build (push) Failing after 4s

This commit is contained in:
Eau
2026-03-20 00:30:34 -05:00
parent 0670a0b116
commit 4d2a3bb8a2

View File

@@ -15,4 +15,7 @@ jobs:
with:
fetch-depth: 0
- run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
- run: docker login tea.werats.gay --password "${{ env.REGISTRY_CREDENTIALS }}"
env:
REGISTRY_CREDENTIALS: ${{ secrets.CI_ACCESS }}
- run: docker push ${{ env.IMAGE_TAG }}