missing quote
Some checks failed
Continuous Releases / build (push) Failing after 3s

This commit is contained in:
Eau
2026-03-20 00:32:24 -05:00
parent d5bf65e4a4
commit cbcfedb015

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 "${{ env.REGISTRY_CREDENTIALS }}" | docker login tea.werats.gay --password-stdin
env:
REGISTRY_CREDENTIALS: ${{ secrets.CI_ACCESS }}
- run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}