Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli authored Jan 7, 2025
1 parent fd228c3 commit 833d00c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
- 'README.md'
- '.gitignore'

env:
DOCKER_IMAGE: "uwgda/uwgda-image-2025"

jobs:
build-image-without-pushing:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout PR
uses: actions/checkout@v2

- name: Set Docker Image Name Environment Variable
run: cat .env >> $GITHUB_ENV
uses: actions/checkout@v3

- name: Build Only
uses: jupyterhub/repo2docker-action@master
Expand Down

0 comments on commit 833d00c

Please sign in to comment.