Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Knifa committed Nov 29, 2024
1 parent bcbcbed commit bb5e931
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- docker-test
- main
tags:
- v*

Expand Down Expand Up @@ -38,10 +38,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ steps.repo.outputs.name }}
images: ghcr.io/${{ steps.repo.outputs.value }}
tags: |
type=edge
type=ref,event=branch,prefix=branch/
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit bb5e931

Please sign in to comment.