no need to printenv
All checks were successful
Continuous Releases / build (push) Successful in 2m16s

This commit is contained in:
Eau
2026-03-20 00:43:20 -05:00
parent 5513ed75ab
commit dd788505c3

View File

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