mirror of
https://github.com/ivuorinen/docker-xmrig.git
synced 2026-01-26 03:24:10 +00:00
chore: run on tags, update readme on releases
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Build and release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -9,6 +9,8 @@ on:
|
|||||||
- ".editorconfig"
|
- ".editorconfig"
|
||||||
- "deployment.yaml"
|
- "deployment.yaml"
|
||||||
- "renovate.json"
|
- "renovate.json"
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
||||||
@@ -101,6 +103,7 @@ jobs:
|
|||||||
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
|
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
|
||||||
|
|
||||||
update_description:
|
update_description:
|
||||||
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user