Skip to content

Commit a6a9215

Browse files
committed
add code checkout step to gh action
1 parent 8fb45db commit a6a9215

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push-image.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
Pull-From_Gitlab:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: "Checkout source code"
12+
uses: "actions/checkout@v1"
1113
- name: Login to GitLab
1214
uses: docker/login-action@v3
1315
with:

0 commit comments

Comments
 (0)