Skip to content

Commit

Permalink
added octopus space env var
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 12, 2023
1 parent fefc360 commit 5a284d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ on:
value: ${{ jobs.image-tag.outputs.tag }}

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
OCTOPUS_SPACE: 'SHIPPED23'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ "main" ]

env:
OCTOPUS_SPACE: 'SHIPPED23'

jobs:
build-and-push-image:
uses: MJRichardson/shipped23/.github/workflows/build-and-push-image.yaml@provision-env
Expand Down

0 comments on commit 5a284d1

Please sign in to comment.