We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15d5d commit 8378d57Copy full SHA for 8378d57
.github/workflows/ci.yml
@@ -165,6 +165,27 @@ jobs:
165
org.opencontainers.image.description=this is a "good" example
166
org.opencontainers.image.vendor=MyCompany
167
168
+ global-exps:
169
+ runs-on: ubuntu-latest
170
+ steps:
171
+ -
172
+ name: Checkout
173
+ uses: actions/checkout@v3
174
175
+ name: Docker meta
176
+ uses: ./
177
+ with:
178
+ images: |
179
+ ${{ env.DOCKER_IMAGE }}
180
+ ghcr.io/name/app
181
+ tags: |
182
+ type=sha
183
+ type=raw,value=gexp-branch-{{branch}}
184
+ type=raw,value=gexp-date-{{date 'YYYYMMDD'}}
185
+ type=raw,value=gexp-tag-{{tag}}
186
+ type=raw,value=gexp-baseref-{{base_ref}}
187
+ type=raw,value=gexp-defbranch,enable={{is_default_branch}}
188
+
189
json:
190
runs-on: ubuntu-latest
191
steps:
0 commit comments