Skip to content

Commit aa6034a

Browse files
committed
No ref for workflow_dispatch
1 parent d2fb6b1 commit aa6034a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name: Build dev image
44
on:
55
workflow_dispatch:
66
inputs:
7-
ref:
8-
description: "The git reference (branch or tag) to build the image from"
9-
required: true
10-
default: "version/4"
117
tag:
128
description: "The tag to push the image with"
139
required: true
@@ -41,8 +37,6 @@ jobs:
4137
steps:
4238
- name: Checkout
4339
uses: actions/checkout@v4
44-
with:
45-
ref: ${{ github.event.inputs.ref }}
4640

4741
- name: Login to GitHub Container Registry
4842
uses: docker/login-action@v3

0 commit comments

Comments
 (0)