Skip to content

Commit

Permalink
Add missing env (#1892)
Browse files Browse the repository at this point in the history
This PR adds a missing env to allow publishing the Docker image.
  • Loading branch information
chevdor committed Oct 16, 2023
1 parent c422e3f commit 4145902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
if: ${{ inputs.binary == 'polkadot-parachain' || inputs.image_type == 'rc' }}
runs-on: ubuntu-latest
needs: fetch-artifacts
environment: master

steps:
- name: Checkout sources
Expand Down Expand Up @@ -237,6 +238,7 @@ jobs:
if: ${{ inputs.binary == 'polkadot' && inputs.image_type == 'release' }}
runs-on: ubuntu-latest
needs: fetch-latest-debian-package-version
environment: master
steps:
- name: Checkout sources
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down

0 comments on commit 4145902

Please sign in to comment.