mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
playing with release action
This commit is contained in:
parent
1b0bce5da6
commit
0bf43d2a55
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Publish image to Dockerhub
|
name: Publish image to Dockerhub
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
environment: dockerhub
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: mikefarah/yq
|
IMAGE_NAME: mikefarah/yq
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user