Skip to content

Commit

Permalink
Try different metadata action.
Browse files Browse the repository at this point in the history
  • Loading branch information
thmull committed Aug 22, 2023
1 parent 1ddbbc3 commit 1f1a81e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: kiprotect/hyper
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build Hyper
uses: docker/build-push-action@v2.9.0
with:
Expand All @@ -45,6 +50,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: kiprotect/hyper-sd
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build sd
uses: docker/build-push-action@v2.9.0
with:
Expand All @@ -59,6 +69,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: kiprotect/hyper-proxy
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build proxy
uses: docker/build-push-action@v2.9.0
with:
Expand Down

0 comments on commit 1f1a81e

Please sign in to comment.