Update .github/workflows/docker.yml
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 42s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 42s
This commit is contained in:
parent
a96c1594ec
commit
cf1fb42485
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
env:
|
||||
DOCKER_IMAGE_NAME: tibber-influx
|
||||
run: |
|
||||
echo "${{ github.ref }}"
|
||||
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
||||
DOCKER_TAG="latest"
|
||||
elif [ "${{ github.ref }}" == "refs/heads/dev" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue