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

This commit is contained in:
Eau
2026-03-20 00:31:51 -05:00
parent 1b5f632fe0
commit d5bf65e4a4

View File

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