We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a2fbf commit 7b75158Copy full SHA for 7b75158
.github/workflows/ci.yml
@@ -60,4 +60,4 @@ jobs:
60
username: ${{secrets.DOCKER_USERNAME}}
61
password: ${{secrets.DOCKER_PASSWORD}}
62
repository: hon95/prometheus-nut-exporter
63
- tags: stable, ${{VERSION}}
+ tags: stable, ${{env.VERSION}}
0 commit comments