We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af8a39 commit 7adf2a9Copy full SHA for 7adf2a9
1 file changed
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
name: Publish Miner on DockerHub
11
runs-on: ubuntu-latest
12
concurrency: miner_docker
13
+ environment: DockerHub
14
steps:
15
- name: Checkout source
16
uses: actions/checkout@v5
@@ -33,6 +34,7 @@ jobs:
33
34
name: Publish Viewer on DockerHub
35
36
concurrency: viewer_docker
37
38
39
40
0 commit comments