mirror of
https://github.com/Sheldan/grafana-tools.git
synced 2026-04-20 19:39:45 +00:00
hopefully fixing build job
This commit is contained in:
2
.env
2
.env
@@ -1,2 +1,2 @@
|
|||||||
REGISTRY_PREFIX=harbor.sheldan.dev/grafana-tools/
|
REGISTRY_PREFIX=harbor.sheldan.dev/grafana-tools/
|
||||||
VERSION=0.0.1
|
VERSION=0.0.2
|
||||||
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -13,8 +13,11 @@ jobs:
|
|||||||
registry: harbor.sheldan.dev
|
registry: harbor.sheldan.dev
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_TOKEN }}
|
password: ${{ secrets.HARBOR_TOKEN }}
|
||||||
|
- name: Load env files
|
||||||
|
id: dotenv
|
||||||
|
uses: falti/dotenv-action@v1.0.4
|
||||||
- name: Push container
|
- name: Push container
|
||||||
run: docker-compose build && docker-compose push
|
run: docker-compose build && docker-compose push
|
||||||
env:
|
env:
|
||||||
REGISTRY_PREFIX: harbor.sheldan.dev/grafana-tools/
|
REGISTRY_PREFIX: ${{ steps.dotenv.outputs.registry_prefix }}
|
||||||
VERSION: ${{ env.version }}
|
VERSION: ${{ steps.dotenv.outputs.version }}
|
||||||
Reference in New Issue
Block a user