Skip to content

Commit

Permalink
Merge branch 'Submitty:main' into haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
ION606 authored Sep 1, 2024
2 parents 12b65ac + e9c2c78 commit 97b074f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
with:
push: false
docker_org_name: ${{ vars.docker_org_name }}
docker_org_name: submitty
base_commit: ${{ github.event.pull_request.base.sha }}
head_commit: ${{ github.event.pull_request.head.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: submitty/action-docker-build/.github/workflows/docker-build-push.yml@v24.07.00
with:
push: true
docker_org_name: ${{ vars.docker_org_name }}
docker_org_name: submitty
base_commit: ${{ github.event.before }}
head_commit: ${{ github.event.after }}
secrets:
Expand Down

0 comments on commit 97b074f

Please sign in to comment.