Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 1bb09d5

Browse files
committed
Remove invalid characters
1 parent 0e796a3 commit 1bb09d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
IMAGE_NAME: ${{ github.repository }}
1212

1313
jobs:
14-
dockerhub image:
14+
dockerhub-image:
1515
runs-on: ubuntu-latest
1616
steps:
1717
-
@@ -38,7 +38,7 @@ jobs:
3838
push: true
3939
tags: grisu48/orion:latest
4040

41-
GitHub image:
41+
github-image:
4242
runs-on: ubuntu-latest
4343
permissions:
4444
contents: read

0 commit comments

Comments
 (0)