mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-06-27 21:05:53 +00:00
Merge pull request #353 from crazy-max/split-bake-file
bake: split definition into two files
This commit is contained in:
commit
2a4836ac76
8 changed files with 445 additions and 283 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -323,7 +323,8 @@ jobs:
|
|||
with:
|
||||
files: |
|
||||
./test/docker-bake.hcl
|
||||
${{ steps.docker_meta.outputs.bake-file }}
|
||||
${{ steps.docker_meta.outputs.bake-file-tags }}
|
||||
${{ steps.docker_meta.outputs.bake-file-labels }}
|
||||
targets: |
|
||||
release
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue