Skip to content

Commit 70fcaa6

Browse files
committed
Fixed build-and-push-docker-image example
1 parent bd66f7d commit 70fcaa6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Invoking this pipeline requires additional permissions, so must be invoked
22
# in a way to pass those permissions on, e.g.:
33
#
4-
# build-phar:
4+
# build-and-push-docker-image:
5+
# needs: build-phar
56
# permissions:
67
# contents: read
78
# id-token: write
89
# attestations: write
910
# packages: write
1011
# uses: ./.github/workflows/build-and-push-docker-image.yml
12+
# with:
13+
# tags: |
14+
# type=raw,value=bin
15+
# type=semver,pattern={{version}}-bin
1116

1217
name: "Build and push the PIE Docker Image"
1318

0 commit comments

Comments
 (0)