Skip to content

Commit

Permalink
include checkout step in the event it's needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Apr 17, 2023
1 parent 27ff899 commit 38a5901
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/build-and-push-artifact-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down
3 changes: 3 additions & 0 deletions docs/build-and-push-ecr.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down
3 changes: 3 additions & 0 deletions docs/build-and-push-multiple.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down
3 changes: 3 additions & 0 deletions docs/export-to-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Set up Depot CLI
uses: depot/setup-action@v1

Expand Down

0 comments on commit 38a5901

Please sign in to comment.