login first
Some checks failed
Continuous Releases / build (push) Failing after 2s

This commit is contained in:
Eau
2026-03-20 00:30:55 -05:00
parent 4d2a3bb8a2
commit 1b5f632fe0

View File

@@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v4
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 build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
- run: docker push ${{ env.IMAGE_TAG }}