yet another attempt
Some checks failed
Continuous Releases / build (push) Failing after 2s

This commit is contained in:
Eau
2026-03-20 00:33:54 -05:00
parent cbcfedb015
commit f6049423f9

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: echo "${{ env.REGISTRY_CREDENTIALS }}" | docker login tea.werats.gay --password-stdin
- run: echo "$REGISTRY_CREDENTIALS" | docker login tea.werats.gay --username ${{ env.GITHUB_TRIGGERING_ACTOR }} --password-stdin
env:
REGISTRY_CREDENTIALS: ${{ secrets.CI_ACCESS }}
- run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}