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 cd819ec commit e837773Copy full SHA for e837773
1 file changed
prez/presentation.md
@@ -2220,11 +2220,8 @@ jobs:
2220
id: meta
2221
uses: docker/metadata-action@v4
2222
with:
2223
- # list of Docker images to use as base name for tags
2224
- # TODO: see above ^^
2225
images: |
2226
${{ env.docker_user }}/${{ env.app_name }}
2227
- # generate Docker tags based on the following events/attributes
2228
tags: |
2229
type=schedule
2230
type=ref,event=branch
@@ -2252,6 +2249,8 @@ jobs:
2252
2249
labels: ${{ steps.meta.outputs.labels }}
2253
2250
```
2254
2251
+<!--  -->
+
2255
---
2256
2257
[.background-color: #f9f8f7]
0 commit comments