We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb45db commit a6a9215Copy full SHA for a6a9215
.github/workflows/push-image.yml
@@ -8,6 +8,8 @@ jobs:
8
Pull-From_Gitlab:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: "Checkout source code"
12
+ uses: "actions/checkout@v1"
13
- name: Login to GitLab
14
uses: docker/login-action@v3
15
with:
0 commit comments