Skip to content

Commit

Permalink
Use correct environment in release action (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio authored Aug 23, 2024
1 parent c70959a commit 5395a4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5395a4f

Please sign in to comment.