Skip to content

Commit

Permalink
Typos in image actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Nov 5, 2023
1 parent e4afe3a commit fc63a9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images_a9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
push_image:
description: "Push image to DockerHub"
description: "Push to DockerHub"
type: boolean
default: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images_c7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
push_image:
description: "Push image to DockerHub"
description: "Push to DockerHub"
type: boolean
default: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_images_c8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
push_image:
description: "Push image to DockerHub"
description: "Push to DockerHub"
type: boolean
default: false

Expand All @@ -22,7 +22,7 @@ on:

jobs:
c8-py37:
if: ${{ github.event.inputs.specific_job == 'none' || contains(github.event.inputs.specific_job, 'c8-py37') }}
if: ${{ github.event.inputs.specific_job == 'none' || contains(github.event.inputs.specific_job, 'py37') }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit fc63a9c

Please sign in to comment.