mirror of
https://github.com/rancher/k3k.git
synced 2026-05-18 23:37:01 +00:00
28 lines
667 B
YAML
28 lines
667 B
YAML
name: K3K Release
|
|
on:
|
|
push:
|
|
tags:
|
|
- "v*"
|
|
|
|
jobs:
|
|
release:
|
|
permissions:
|
|
contents: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- name: Build
|
|
uses: addnab/docker-run-action@v3
|
|
with:
|
|
registry: docker.io
|
|
image: rancher/dapper:v0.5.5
|
|
options: -v ${{ github.workspace }}:/work -v /var/run/docker.sock:/var/run/docker.sock
|
|
run: |
|
|
pwd && ls -l R
|
|
- uses: SierraSoftworks/gh-releases@v1.0.7
|
|
with:
|
|
token: ${{ secrets.TOKEN }}
|
|
overwrite: 'true'
|
|
files: |
|
|
dist/artifacts/k3k |