Update docker-build.yaml

This commit is contained in:
Timothy Jaeryang Baek 2023-11-08 04:00:13 -05:00 committed by GitHub
parent 6390ba8917
commit 20a2cf25ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`. # Configures this workflow to run every time a change is pushed to the branch called `release`.
on: on:
push: push:
branches: ['main']
tags: tags:
- v* - v*