mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
use custom action (#45)
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
@@ -20,13 +20,13 @@ jobs:
|
||||
run: |
|
||||
cd /work && dapper ci
|
||||
- name: Publish Binaries
|
||||
uses: addnab/docker-run-action@v3
|
||||
uses: galal-hussein/docker-run-action@dev
|
||||
with:
|
||||
registry: docker.io
|
||||
image: ibuildthecloud/github-release:v0.0.1
|
||||
options: -v ${{ github.workspace }}:/work
|
||||
run: |
|
||||
/bin/drone-github-release --api_key=${{ secrets.TOKEN }} --files /work/bin/* --prerelease true
|
||||
/bin/drone-github-release --api_key ${{ secrets.TOKEN }} --files /work/bin/* --prerelease true
|
||||
- name: Docker Hub Login
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user