mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-06 16:25:42 +00:00
Compare commits
3 Commits
2b3b4bda85
...
321f69bae0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
321f69bae0 | ||
|
|
662cd77107 | ||
|
|
284d6304bb |
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1171,7 +1171,10 @@ jobs:
|
|||||||
file: ./test/Dockerfile
|
file: ./test/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
annotations: ${{ steps.meta.outputs.labels }}
|
annotations: |
|
||||||
|
index:com.example.key=value
|
||||||
|
index:com.example.key2=value2
|
||||||
|
manifest:com.example.key3=value3
|
||||||
-
|
-
|
||||||
name: Check manifest
|
name: Check manifest
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user