Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 26, 2023
1 parent 06fc95e commit 667b81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
inputs:
push-images:
description: Whether to push images to Gitlab registry.
required: true
type: boolean
pull_request:
Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
type=semver,pattern={{major}}
type=sha,prefix=sha-
- name: Login to Gitlab registry
if: inputs.push_images
if: inputs.push-images
uses: docker/login-action@v2
with:
registry: registry.gitlab.inria.fr/cromac/automateddiscoverytool
Expand Down

0 comments on commit 667b81d

Please sign in to comment.