Skip to content

Commit

Permalink
test: temporarily disable Docker image push
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Jul 25, 2024
1 parent c220976 commit 7c78889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
echo ::set-output name=buildx_args::\
--cache-from "screenly/ose-qt-builder:latest" \
--output "type=image,push=true" \
--output "type=image,push=false" \
--build-arg "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
--build-arg "GIT_HASH=$GITHUB_SHA" \
--build-arg "GIT_SHORT_HASH=$(git rev-parse --short HEAD)" \
Expand Down

0 comments on commit 7c78889

Please sign in to comment.