Skip to content

Commit

Permalink
remove branch from tags for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 25, 2023
1 parent 317b34a commit b3f36af
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
dockerfile: ./docker/dockerfiles/Dockerfile.backend
platform: linux/amd64
registry: ghcr.io
tags: |
type=edge
type=edge,branch=danniel/backendRefactor
type=semver,enable={{is_default_branch}},pattern={{version}}
type=semver,enable={{is_default_branch}},pattern={{major}}.{{minor}}
type=semver,enable={{is_default_branch}},pattern={{major}}
secrets:
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,12 +33,6 @@ jobs:
dockerfile: ./docker/dockerfiles/Dockerfile.frontend
platform: linux/amd64
registry: ghcr.io
tags: |
type=edge
type=edge,branch=danniel/backendRefactor
type=semver,enable={{is_default_branch}},pattern={{version}}
type=semver,enable={{is_default_branch}},pattern={{major}}.{{minor}}
type=semver,enable={{is_default_branch}},pattern={{major}}
secrets:
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3f36af

Please sign in to comment.