Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath committed May 1, 2024
1 parent ae8b01b commit 25eed66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
id-token: write
contents: read
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@heathj/docker-build-runson

secrets: inherit
with:
app_id: ${{secrets.CZI_GITHUB_HELPER_APP_ID}}
pk: ${{secrets.CZI_GITHUB_HELPER_PK}}
env: rdev
images: |
[
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11
##
###
ADD hello /
COPY requirements.txt .
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 25eed66

Please sign in to comment.