mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix(ci): update docker vm release workflow with new token
This commit is contained in:
parent
7c025978eb
commit
6e6272da0a
1
.github/workflows/buf-publish.yml
vendored
1
.github/workflows/buf-publish.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
input: proto
|
input: proto
|
||||||
buf_token: ${{ secrets.BUF_TOKEN }}
|
buf_token: ${{ secrets.BUF_TOKEN }}
|
||||||
|
|
||||||
upload_pkl:
|
upload_pkl:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GH_PAT_TOKEN }}
|
||||||
|
|
||||||
# make sure to update package to be public in repo ghcr settings
|
# make sure to update package to be public in repo ghcr settings
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
2
.github/workflows/docker-vm-release.yml
vendored
2
.github/workflows/docker-vm-release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GH_PAT_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push sonrvm image
|
- name: Build and push sonrvm image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
2
.github/workflows/run-goreleaser.yml
vendored
2
.github/workflows/run-goreleaser.yml
vendored
@ -42,4 +42,4 @@ jobs:
|
|||||||
version: latest
|
version: latest
|
||||||
args: release --skip-validate --clean
|
args: release --skip-validate --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
|
||||||
|
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@ -7,7 +7,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.21
|
GO_VERSION: 1.22
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user