Skip to content

Commit de3cf85

Browse files
authored
CD: fix typo
1 parent 6726c3b commit de3cf85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77

88
jobs:
99

10-
deploy:
11-
10+
build:
1211
runs-on: ubuntu-latest
1312
permissions:
1413
packages: write
1514
contents: read
16-
steps:
15+
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4
1918
with:

0 commit comments

Comments
 (0)