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

This commit is contained in:
janolehuebner 2025-05-24 18:17:15 +02:00
parent cf1fb42485
commit 6f3390a348

View file

@ -7,6 +7,7 @@ on:
- dev
jobs:
build-and-push:
shell: bash
runs-on: docker
container: catthehacker/ubuntu:act-latest
@ -25,7 +26,6 @@ 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