Skip to content
Snippets Groups Projects
Unverified Commit 4145902f authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Add missing env (#1892)

This PR adds a missing env to allow publishing the Docker image.
parent c422e3f5
Branches
No related merge requests found
Pipeline #401271 failed with stages
in 1 hour and 1 minute
......@@ -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
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment