Update docker.yml

This commit is contained in:
Elliot Matson 2022-07-30 00:26:49 -05:00 committed by GitHub
parent 4f488cf430
commit a2e8a62acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,9 @@ name: Create and publish a Docker image
on:
push:
branches: ['release', 'dev']
branches: ['dev']
release:
types: [published]
env:
REGISTRY: ghcr.io
@ -61,4 +63,4 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}