Skip to content

Commit

Permalink
fix(trino-container): Update trino-container.yaml command captured mu…
Browse files Browse the repository at this point in the history
…ltiple lines (#110)
  • Loading branch information
JossWhittle committed Apr 16, 2024
1 parent a02532b commit 53aaf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trino-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
'main'
]
registry-extra-tag-command: >-
cat containers/trino/Dockerfile | grep ARG | cut -d "=" -f 2
cat containers/trino/Dockerfile | grep -m 1 "ARG BASE_VERSION=" | cut -d "=" -f 2
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
slack-channel: ${{ vars.SLACK_CHANNEL }}
build-file: containers/trino/Dockerfile
Expand Down

0 comments on commit 53aaf4e

Please sign in to comment.