Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 27, 2024
1 parent d0d4351 commit b71d4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_docker_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
outputs: type=docker,dest=/tmp/${{ env.IMAGE_NAME }}.tar
context: ${{ inputs.dockerContext }}
file: ${{ inputs.dockerfile }}
secrets: ${{ steps.set-build-secrets.outputs.SECRETS }}
secrets: |
${{ steps.set-build-secrets.outputs.SECRETS }}
- name: Upload Docker image to workspace
if: inputs.publish == true
Expand Down

0 comments on commit b71d4a1

Please sign in to comment.