Skip to content

Commit

Permalink
[DDS-1576] Added checkout to access workdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jul 21, 2023
1 parent 71dd796 commit a1d99f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
images: [ci-builder, php-cli]
needs: build-setup
steps:
- uses: actions/checkout@v2
- name: Extract Docker metadata
id: meta
uses: docker/[email protected]
Expand All @@ -46,7 +47,6 @@ jobs:
- name: Build and push the images
uses: docker/[email protected]
with:
workdir: ${{ github.workspace }}
files: |
./gh-actions-bake.hcl
${{ steps.meta.outputs.bake-file }}
Expand Down

0 comments on commit a1d99f5

Please sign in to comment.