mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 23:22:53 +00:00
Compare commits
2 Commits
f639758bcb
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| b1661a37d5 | |||
| d0c15dae86 |
3
.github/workflows/build-and-deploy.yml
vendored
3
.github/workflows/build-and-deploy.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
@@ -54,7 +54,6 @@ jobs:
|
||||
with:
|
||||
oauth-client-id: ${{ secrets.TAILSCALE_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TAILSCALE_CLIENT_SECRET }}
|
||||
tags: tag:ci
|
||||
|
||||
- name: Setup kubectl
|
||||
uses: azure/setup-kubectl@v3
|
||||
|
||||
Reference in New Issue
Block a user