Skip to content

Commit

Permalink
checkout during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 25, 2024
1 parent ae1ea69 commit 4a1c0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ jobs:
outputs:
container_image_uri: ${{ steps.set-outputs.outputs.container_image_uri }}
steps:
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4a1c0e6

Please sign in to comment.