Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
vfurmane committed May 27, 2024
1 parent 7dc85e2 commit 6079f54
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker image to registry
on:
push:
branches: ["master"]
tags: ["api-v*"]
tags: ["v*"]

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -42,9 +42,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.API_IMAGE_NAME }}
tags: |
type=ref,event=branch
type=semver,pattern=api-{{version}}
flavor: |
prefix=api-
type=semver,pattern={{version}}
-
name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 6079f54

Please sign in to comment.