mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 19:45:41 +00:00
Add missing env (#1892)
This PR adds a missing env to allow publishing the Docker image.
This commit is contained in:
@@ -114,6 +114,7 @@ jobs:
|
|||||||
if: ${{ inputs.binary == 'polkadot-parachain' || inputs.image_type == 'rc' }}
|
if: ${{ inputs.binary == 'polkadot-parachain' || inputs.image_type == 'rc' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: fetch-artifacts
|
needs: fetch-artifacts
|
||||||
|
environment: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
@@ -237,6 +238,7 @@ jobs:
|
|||||||
if: ${{ inputs.binary == 'polkadot' && inputs.image_type == 'release' }}
|
if: ${{ inputs.binary == 'polkadot' && inputs.image_type == 'release' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: fetch-latest-debian-package-version
|
needs: fetch-latest-debian-package-version
|
||||||
|
environment: master
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user