1
0
mirror of https://github.com/taigrr/yq synced 2026-03-22 06:32:33 -07: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 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