Update .github/workflows/docker.yml
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 42s

This commit is contained in:
janolehuebner 2025-05-24 18:14:06 +02:00
parent a96c1594ec
commit cf1fb42485

View file

@ -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