Update .github/workflows/docker.yml
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 16s
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 16s
This commit is contained in:
parent
6f3390a348
commit
3c7e1905df
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue