We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898b46d commit 5524048Copy full SHA for 5524048
action.yml
@@ -11,7 +11,7 @@ inputs:
11
description: 'Docker username to auth and publish'
12
required: true
13
push-to-registry: # id of input
14
- description: 'Determines if the built image be pushed to the registry'
+ description: 'Determines if the built image should be pushed to the registry (default is `false`)'
15
required: false
16
default: 'false'
17
runs:
@@ -50,7 +50,6 @@ runs:
50
with:
51
context: .
52
platforms: linux/amd64,linux/arm64
53
- # push: ${{ github.event_name != 'pull_request' }}
54
push: ${{ inputs.push-to-registry == 'true' }}
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
0 commit comments