Skip to content

Commit c0be27d

Browse files
committed
Change environment name
1 parent c0d7027 commit c0be27d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-reproducible-smart-contract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
build-and-push-image:
1717
runs-on: ubuntu-latest
18-
environment: testnet-deployments
18+
environment: docker-release
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4

.github/workflows/release-scTool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
build-and-push-image:
1919
runs-on: ubuntu-latest
20-
environment: front-end-tools
20+
environment: docker-release
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
@@ -54,4 +54,4 @@ jobs:
5454
file: ./front-end-tools/Dockerfile
5555
push: true
5656
platforms: linux/amd64
57-
tags: ${{ steps.meta.outputs.tag }}
57+
tags: ${{ steps.meta.outputs.tag }}

0 commit comments

Comments
 (0)