added some docker tag notes to github action file w/ burnettk
This commit is contained in:
parent
f1e82c564f
commit
0b44f76581
|
@ -1,4 +1,9 @@
|
|||
name: Release Builds
|
||||
# on every commit to main:
|
||||
# frontend:main-20230223164322-b8becd1-45
|
||||
# frontend:main-latest
|
||||
# on every tag:
|
||||
# frontend:latest
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in New Issue