CI: build container with version and latest tags
All checks were successful
/ build (push) Successful in 26s
All checks were successful
/ build (push) Successful in 26s
This commit is contained in:
parent
63c980095e
commit
1a061e3f20
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ jobs:
|
||||||
image: treetrail-frontend
|
image: treetrail-frontend
|
||||||
oci: true
|
oci: true
|
||||||
labels: treetrail-frontend
|
labels: treetrail-frontend
|
||||||
tags: ${{ steps.version.outputs.version }}
|
tags: latest ${{ steps.version.outputs.version }}
|
||||||
containerfiles: |
|
containerfiles: |
|
||||||
./Containerfile
|
./Containerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue