1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

playing with release action

This commit is contained in:
Mike Farah 2020-12-22 15:47:59 +11:00
parent 1b0bce5da6
commit 0bf43d2a55

View File

@ -1,11 +1,11 @@
name: Publish image to Dockerhub
on:
release:
types: [released]
jobs:
build:
environment: dockerhub
env:
IMAGE_NAME: mikefarah/yq
runs-on: ubuntu-latest