Skip to content

Commit 5524048

Browse files
committed
remove commented code
1 parent 898b46d commit 5524048

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
description: 'Docker username to auth and publish'
1212
required: true
1313
push-to-registry: # id of input
14-
description: 'Determines if the built image be pushed to the registry'
14+
description: 'Determines if the built image should be pushed to the registry (default is `false`)'
1515
required: false
1616
default: 'false'
1717
runs:
@@ -50,7 +50,6 @@ runs:
5050
with:
5151
context: .
5252
platforms: linux/amd64,linux/arm64
53-
# push: ${{ github.event_name != 'pull_request' }}
5453
push: ${{ inputs.push-to-registry == 'true' }}
5554
tags: ${{ steps.meta.outputs.tags }}
5655
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)