Skip to content

Commit

Permalink
ci: try to actually get tags lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh committed Sep 25, 2024
1 parent 35adb34 commit 05cfda3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}


- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=ref,event=pr
type=sha
- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 05cfda3

Please sign in to comment.