tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
ci bad
Natalie B.
7 months ago
7220b79c
357e6ff9
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
cadet.yml
+1
-1
.github/workflows/cadet.yml
···
58
58
- name: Build and push Docker image
59
59
uses: docker/build-push-action@v5
60
60
with:
61
61
-
context: ./services/cadet
61
61
+
context: .
62
62
file: ./services/cadet/Dockerfile
63
63
push: ${{ github.event_name != 'pull_request' }}
64
64
tags: ${{ steps.meta.outputs.tags }}