Skip to content

Commit

Permalink
[core] manual push
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Mar 18, 2024
1 parent e652c15 commit a08a601
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/manual-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
tag:
description: 'Tag to push'
required: true
default: 'test'
default: 'dev'
push:
description: 'Push to registry'
required: true
type: boolean
default: true

jobs:
docker-build:
Expand Down Expand Up @@ -74,6 +79,6 @@ jobs:
platforms: ${{ matrix.platform }}
build-args: |
USE_BROWSER=${{ matrix.browser }}
push: ${{ github.ref_type == 'tag' }}
push: ${{ inputs.push }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a08a601

Please sign in to comment.