Skip to content

Commit

Permalink
ci: use correct docker meta configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Dec 31, 2024
1 parent f642177 commit 890d99d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/aam-backend-service-build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: aam-backend-service-build-and-publish

on:
release:
types: [ released ]
pull_request:
paths:
- '.github/workflows/aam-backend-service-build-and-publish.yml'
- 'application/aam-backend-service/**'
push:
tags:
- "*"
- "aam-backend-service/*"
branches:
- main
paths:
Expand Down Expand Up @@ -126,7 +124,7 @@ jobs:
with:
tags: |
type=ref,enable=true,event=pr
type=semver,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=branch
type=ref,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=branch
type=semver,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=tag
images: ${{ env.REGISTRY_IMAGE }}

Expand Down Expand Up @@ -207,7 +205,7 @@ jobs:
with:
tags: |
type=ref,enable=true,event=pr
type=semver,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=branch
type=ref,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=branch
type=semver,enable=true,pattern={{raw}},priority=600,value=${{ env.TAG }},event=tag
images: ${{ env.REGISTRY_IMAGE }}

Expand Down

0 comments on commit 890d99d

Please sign in to comment.