From 5afda00aa3dae471b7bddaf15f2ba765cffdfa3d Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 28 Jul 2024 23:20:29 +0200 Subject: [PATCH] asfd --- .github/workflows/build-container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 1c09cf7..66f4ad3 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -3,7 +3,7 @@ name: Build and Push Docker Image on: push: branches: - - 'main' + - 'dev' tags: - 'v*' @@ -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}}