Skip to content

Commit

Permalink
Meta action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Apr 3, 2021
1 parent d27de0c commit 9a7ec86
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ jobs:
-
name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v1
uses: crazy-max/ghaction-docker-meta@v2
with:
images: |
${{ env.DOCKERHUB_SLUG }}
${{ env.GHCR_SLUG }}
tag-edge: true
label-custom: |
tags: |
type=ref,event=tag
type=ref,event=pr
type=edge
labels: |
org.opencontainers.image.title=Chocolatey Action
org.opencontainers.image.description=GitHub Action for Chocolatey, the package manager for Windows
org.opencontainers.image.vendor=CrazyMax
Expand Down

0 comments on commit 9a7ec86

Please sign in to comment.