Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 24, 2024
1 parent 54b0a70 commit 23e4d2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build base image
uses: ./.github/actions/docker-build.yml
with:
Expand All @@ -52,6 +54,8 @@ jobs:
id-token: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build all images
uses: ./.github/actions/docker-build.yml
with:
Expand Down

0 comments on commit 23e4d2d

Please sign in to comment.