From 5395a4f184a83e3bfc7cdb881a0e874714546219 Mon Sep 17 00:00:00 2001 From: Yuri Volkov <0@mcornholio.ru> Date: Fri, 23 Aug 2024 18:50:16 +0200 Subject: [PATCH] Use correct environment in release action (#39) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81935a5..bd9575a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,7 @@ jobs: push_to_registry: name: Push Docker image to Docker Hub runs-on: ubuntu-latest + environment: releases steps: - name: Check out the repo uses: actions/checkout@v4 @@ -36,6 +37,7 @@ jobs: publish_crates: name: Publish crates to crates.io runs-on: ubuntu-latest + environment: releases container: image: docker.io/paritytech/ci-unified:bullseye-1.79.0-2024-06-10-v202408151233 steps: