Skip to content

Commit ffa357f

Browse files
authored
Update docker-build.yml
1 parent 287e2e2 commit ffa357f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
build-and-push-image:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v2
1315
- name: Build container image
1416
uses: docker/build-push-action@v1
1517
with:

0 commit comments

Comments
 (0)