Skip to content

Commit

Permalink
asfd
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 28, 2024
1 parent 9af1903 commit 5afda00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- 'main'
- 'dev'
tags:
- 'v*'

Expand Down Expand Up @@ -42,8 +42,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=sha,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=sha,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }}
type=raw,value=dev,enable=${{ github.ref == format('refs/heads/{0}', 'dev') }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 5afda00

Please sign in to comment.