update
This commit is contained in:
parent
569a9b4945
commit
0f7136b942
6
.github/workflows/build-image.yml
vendored
6
.github/workflows/build-image.yml
vendored
@ -11,8 +11,8 @@ on:
|
|||||||
# Run tests for any PRs.
|
# Run tests for any PRs.
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
# env:
|
||||||
IMAGE_NAME: web-base
|
# IMAGE_NAME:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# list of Docker images to use as base name for tags
|
# list of Docker images to use as base name for tags
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/${{ github.repository_owner }}/$IMAGE_NAME
|
ghcr.io/${{ github.repository_owner }}/web-base
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{row}}
|
type=semver,pattern={{row}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user