Skip to content

Commit

Permalink
Fix GitHub syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Nov 15, 2024
1 parent ba86765 commit 0e76859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

build-opensuseleap15.5-image:
build-opensuseleap15-5-image:
name: Build Docker Image for building Ezra Bible App on OpenSuse Leap 15.5
runs-on: ubuntu-latest
steps:
Expand All @@ -259,7 +259,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

build-opensuseleap15.6-image:
build-opensuseleap15-6-image:
name: Build Docker Image for building Ezra Bible App on OpenSuse Leap 15.6
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0e76859

Please sign in to comment.