Skip to content

Commit

Permalink
remove workflow level env
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandish Shah committed Feb 15, 2023
1 parent 6e387ed commit c453dee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: PR Docker
env:
STAGING_REPO: mosaicml/ci-staging
on:
pull_request:
branches:
Expand Down Expand Up @@ -60,7 +58,7 @@ jobs:
image-uuid: ${{ matrix.UUID }}
push: false
staging: true
staging-repo: ${{ env.STAGING_REPO }}
staging-repo: mosaicml/ci-staging
tags: ${{ matrix.TAGS }}
target: ${{ matrix.TARGET }}
secrets:
Expand Down

0 comments on commit c453dee

Please sign in to comment.