Skip to content

Commit 684d5ab

Browse files
Fixing typo in push action
1 parent b170fa5 commit 684d5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c_cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: docker build . --tag ghcr.io/opencyphal/c_cpp:ubuntu-20.04
2525
- name: push
2626
if: ${{ github.event_name != 'pull_request' }}
27-
run: docker push ghcr.io/OpenCyphal/c_cpp:ubuntu-20.04
27+
run: docker push ghcr.io/opencyphal/c_cpp:ubuntu-20.04

0 commit comments

Comments
 (0)