Skip to content

Commit

Permalink
remove raw tag on master only
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch committed Mar 2, 2024
1 parent fe2ed2b commit ab15af5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: push-latest
on:
# Allow manual trigger on default branch
workflow_dispatch:
# Trigger selected on PR events
# DELETE ME TEST ONLY Trigger selected on PR events
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
# Trigger on push to master only on Dockerfile related modifications
Expand Down Expand Up @@ -51,9 +51,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit ab15af5

Please sign in to comment.