Tags docker build with release tag (#122)

Co-authored-by: Chris Hills <31041837+chrishills@users.noreply.github.com>
This commit is contained in:
Chris Anderson 2023-04-12 07:56:21 -05:00 committed by GitHub
parent e47dd7e916
commit db83ff9ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -2,8 +2,6 @@ name: Create & Publish Docker Image
on:
push:
branches:
- "main"
tags:
- "v*.*.*"
@ -34,4 +32,5 @@ jobs:
- name: Build the Docker Image
run: |
npm run docker:build:push
npm run docker:build:push --tag=$(echo ${GITHUB_REF_NAME:1})