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 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