Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7329115d9e
|
|||
|
f55605081a
|
@@ -9,17 +9,12 @@ on:
|
|||||||
- v1
|
- v1
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-go-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
|
||||||
with:
|
|
||||||
go-version: '1.21'
|
|
||||||
check-latest: true
|
|
||||||
|
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
id: import-secrets
|
id: import-secrets
|
||||||
uses: https://git.mthie.com/mthie/vault-action@v0
|
uses: https://git.mthie.com/mthie/vault-action@v0
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
# 0.1.7 / 2023-10-06
|
||||||
|
|
||||||
|
* try the go image
|
||||||
|
|
||||||
# 0.1.6 / 2023-10-05
|
# 0.1.6 / 2023-10-05
|
||||||
|
|
||||||
* ignore specific tags
|
* ignore specific tags
|
||||||
|
|||||||
Reference in New Issue
Block a user