try again #2
This commit is contained in:
parent
9cad0932b8
commit
e584c390aa
1 changed files with 3 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
- uses: docker/metadata-action@v5
|
||||
id: meta
|
||||
with:
|
||||
images: pakin/tb-mng-server-app
|
||||
images: pakin/taobin_recipe_manager
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern=latest
|
||||
|
|
@ -82,6 +82,8 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=min
|
||||
# outputs: type=oci,dest=/tmp/image.tar
|
||||
# - name: Import image with containerd
|
||||
# run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue