playing with release action

This commit is contained in:
Mike Farah 2020-12-22 15:47:59 +11:00
parent 1b0bce5da6
commit 0bf43d2a55
1 changed files with 1 additions and 1 deletions

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