Update .github/workflows/docker.yml
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 16s

This commit is contained in:
janolehuebner 2025-05-24 18:20:41 +02:00
parent 6f3390a348
commit 3c7e1905df

View file

@ -7,7 +7,7 @@ on:
- dev
jobs:
build-and-push:
shell: bash
runs-on: docker
container: catthehacker/ubuntu:act-latest
@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: Build and push Docker image
shell: bash
env:
DOCKER_IMAGE_NAME: tibber-influx
run: |