Skip to content

Commit

Permalink
ci: fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Dec 11, 2023
1 parent 3e48029 commit 08b01d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
core.setFailed(error);
}
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.event.after }}

- name: "Build Docker Image"
id: docker-build
uses: ./.github/workflows/docker-build.yml
Expand Down

0 comments on commit 08b01d4

Please sign in to comment.