Skip to content

Commit

Permalink
feat: update metdata action
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd committed Aug 4, 2022
1 parent 07ab49c commit 66fcc33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }},
IMAGE_NAME: ${{ github.repository }}

jobs:
build:
Expand All @@ -26,13 +26,13 @@ jobs:

- name: Image metadata
id: metadata
uses: docker/metadata-action@v3.6.0
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
Expand Down

0 comments on commit 66fcc33

Please sign in to comment.