Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Added checkout on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timcole authored Jul 5, 2020
1 parent 7796a77 commit 42eb2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
uses: docker/build-push-action@v1.1.0
with:
Expand Down

0 comments on commit 42eb2d0

Please sign in to comment.