echo output
Some checks failed
Continuous Releases / build (push) Failing after 2s

This commit is contained in:
Eau
2026-03-20 00:38:28 -05:00
parent 65c0ebe54c
commit 1fea17283a

View File

@@ -16,6 +16,7 @@ jobs:
fetch-depth: 0
- run: mkdir -p /etc/secrets || true
- run: printf '%s' "${{ secrets.CI_ACCESS }}" > /etc/secrets/docker.txt
- run: cat < /etc/secrets/docker.txt
- run: docker login tea.werats.gay --username ${{ env.GITHUB_TRIGGERING_ACTOR }} --password-stdin < /etc/secrets/docker.txt
- run: docker build . -t ${{ env.IMAGE_TAG }} --build-arg UBUNTU_VERSION=${{ env.UBUNTU_VERSION }}
- run: docker push ${{ env.IMAGE_TAG }}