Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux authored Oct 6, 2024
1 parent d40d7bb commit 38faa07
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 @@ -76,7 +76,13 @@ jobs:
${{ env.image_name }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule,prefix=${{ env.Target }}-
type=semver,pattern={{version}},prefix=${{ env.Target }}-
type=semver,pattern={{major}}.{{minor}},prefix=${{ env.Target }}-
type=semver,pattern={{major}},prefix=${{ env.Target }}-
type=ref,event=branch,prefix=${{ env.Target }}-
type=ref,event=pr,prefix=${{ env.Target }}-
type=sha,prefix=${{ env.Target }}-
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 38faa07

Please sign in to comment.