We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd66f7d commit 70fcaa6Copy full SHA for 70fcaa6
.github/workflows/build-and-push-docker-image.yml
@@ -1,13 +1,18 @@
1
# Invoking this pipeline requires additional permissions, so must be invoked
2
# in a way to pass those permissions on, e.g.:
3
#
4
-# build-phar:
+# build-and-push-docker-image:
5
+# needs: build-phar
6
# permissions:
7
# contents: read
8
# id-token: write
9
# attestations: write
10
# packages: write
11
# uses: ./.github/workflows/build-and-push-docker-image.yml
12
+# with:
13
+# tags: |
14
+# type=raw,value=bin
15
+# type=semver,pattern={{version}}-bin
16
17
name: "Build and push the PIE Docker Image"
18
0 commit comments