We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec8cc9 commit 2fc7298Copy full SHA for 2fc7298
.github/workflows/build-and-publish.yml
@@ -18,14 +18,7 @@ jobs:
18
registry: ghcr.io
19
username: ${{ github.actor }}
20
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
27
- run: name=coilysiren-backend make .build-docker
28
- - run: name=coilysiren-backend make retrieve-bunny
29
- run: docker tag coilysiren-backend:latest ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
30
- run: docker push ghcr.io/${{ github.repository }}/coilysiren-backend:${{ github.sha }}
31
deploy:
0 commit comments