We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fb6b1 commit aa6034aCopy full SHA for aa6034a
.github/workflows/dev.yml
@@ -4,10 +4,6 @@ name: Build dev image
4
on:
5
workflow_dispatch:
6
inputs:
7
- ref:
8
- description: "The git reference (branch or tag) to build the image from"
9
- required: true
10
- default: "version/4"
11
tag:
12
description: "The tag to push the image with"
13
required: true
@@ -41,8 +37,6 @@ jobs:
41
37
steps:
42
38
- name: Checkout
43
39
uses: actions/checkout@v4
44
- with:
45
- ref: ${{ github.event.inputs.ref }}
46
40
47
- name: Login to GitHub Container Registry
48
uses: docker/login-action@v3
0 commit comments