Skip to content

Commit d15b8f2

Browse files
authored
[CICD] Simplify release pipeline under a single environment (#2033)
1 parent 4b7b997 commit d15b8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
release_docker_images:
165165
# needs: preflight
166166
runs-on: ubuntu-22.04
167-
environment: dockerhub
167+
environment: release
168168
strategy:
169169
matrix:
170170
component: [cuebot, rqd]
@@ -230,7 +230,7 @@ jobs:
230230
create_release:
231231
needs: build_rust_binaries
232232
name: Create Release
233-
environment: dockerhub
233+
environment: release
234234
runs-on: ubuntu-22.04
235235
steps:
236236
- name: Checkout code

0 commit comments

Comments
 (0)