Skip to content

Commit 2fc7298

Browse files
committed
no bunny in builds
1 parent eec8cc9 commit 2fc7298

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@ jobs:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}
2020
password: ${{ secrets.GITHUB_TOKEN }}
21-
- uses: tailscale/github-action@v3
22-
with:
23-
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
24-
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
25-
tags: tag:ci
26-
- run: sudo tailscale up --accept-dns --accept-routes --advertise-tags=tag:ci --hostname=github-actions
2721
- run: name=coilysiren-backend make .build-docker
28-
- run: name=coilysiren-backend make retrieve-bunny
2922
- run: docker tag coilysiren-backend:latest ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
3023
- run: docker push ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
3124
deploy:

0 commit comments

Comments
 (0)