Skip to content

feat: add git to Docker image #6034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 6, 2023
Prev Previous commit
Next Next commit
fix workflow file
  • Loading branch information
deansheather committed Feb 4, 2023
commit f997a2f21c22c6fd336794573a837ddd23f63881
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@ jobs:
fi

- name: Create empty base-build-context directory
if: steps.image-base-tag.outputs.tag != ""
if: steps.image-base-tag.outputs.tag != ''
run: mkdir base-build-context

- name: Install depot.dev CLI
if: steps.image-base-tag.outputs.tag != ""
if: steps.image-base-tag.outputs.tag != ''
uses: depot/setup-action@v1

# This uses OIDC authentication, so no auth variables are required.
- name: Build base Docker image via depot.dev
if: steps.image-base-tag.outputs.tag != ""
if: steps.image-base-tag.outputs.tag != ''
uses: depot/build-push-action@v1
with:
project: wl5hnrrkns
Expand Down