Skip to content

Commit 07ef0ca

Browse files
committed
chore: allow staging workflow to push
1 parent a50037d commit 07ef0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
uses: docker/build-push-action@v2
4343
with:
4444
context: .
45-
push: false
45+
push: true
4646
tags: ${{ steps.meta.outputs.tags }}
4747
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)