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