Skip to content

Commit

Permalink
Merge pull request #134 from riga/fix/images
Browse files Browse the repository at this point in the history
Fix new centos 8 docker images.
  • Loading branch information
riga authored Nov 25, 2022
2 parents b39090c + 389bbb7 commit e0725aa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

c8-py37:
c8-py38:
if: ${{ github.event.inputs.specific_job == '' || contains(github.event.inputs.specific_job, 'c8-py38') || contains(github.event.inputs.specific_job, 'py38') || contains(github.event.inputs.specific_job, 'c8') }}
runs-on: ubuntu-latest
steps:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e0725aa

Please sign in to comment.