Skip to content

Commit

Permalink
add code checkout step to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hain committed Aug 24, 2024
1 parent 8fb45db commit a6a9215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
Pull-From_Gitlab:
runs-on: ubuntu-latest
steps:
- name: "Checkout source code"
uses: "actions/checkout@v1"
- name: Login to GitLab
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit a6a9215

Please sign in to comment.