Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 29, 2024
1 parent 5cd828b commit e85a095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- v*.*.*
branches:
- main
- test/docker-metadata

permissions:
attestations: write
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
images: ${{ env.DOCKER_IMAGE_NAME }}
tags: |
type=raw,value=latest,prefix=test-,enable={{is_default_branch}}
type=raw,value=latest,prefix=test-,enable=${{ github.ref == format('refs/heads/{0}', 'test/docker-metadata') }}
type=ref,event=tag,prefix=,suffix=
- name: Build and Push Docker Image
Expand Down

0 comments on commit e85a095

Please sign in to comment.