mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
Use env variables in CI action (#48)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -25,9 +25,7 @@ jobs:
|
||||
with:
|
||||
registry: docker.io
|
||||
image: ibuildthecloud/github-release:v0.0.1
|
||||
options: -v ${{ github.workspace }}:/work
|
||||
run: |
|
||||
--api_key ${{ secrets.TOKEN }} --build.event tag --files /work/bin/* --prerelease true
|
||||
options: -e GITHUB_TOKEN=${{ secrets.TOKEN }} -e GITHUB_RELEASE_PRERELEASE=true -e GITHUB_RELEASE_FILES='/work/bin/*' -v ${{ github.workspace }}:/work
|
||||
- name: Docker Hub Login
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user