Skip to content

Commit 0c76987

Browse files
committed
Fix identation
1 parent db0861f commit 0c76987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
name: ${{ needs.build-ci-container.outputs.container-name-tag }}
7979

80-
- name: Push Container
80+
- name: Push Container
8181
run: |
8282
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
8383
podman push ${{ needs.build-ci-container.outputs.container-name-tag }}

0 commit comments

Comments
 (0)