Skip to content

Commit

Permalink
⛔️
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 27, 2023
1 parent 2cd1348 commit 20bb517
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- tamariei/build2
tags:
- v*

Expand All @@ -15,6 +16,12 @@ jobs:
registry: ghcr.io
context: ./
dockerfile: ./docker/dockerfiles/Dockerfile
tags: |
type=edge
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
secrets:
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 20bb517

Please sign in to comment.