Update docker-image.yml

This commit is contained in:
LRGEX
2023-11-13 14:52:17 +03:00
committed by GitHub
parent 8a0ddad763
commit 2f841dfce6

View File

@@ -5,12 +5,12 @@ on:
branches:
- "main"
paths-ignore:
- '**/reference.txt'
- '**/testfile'
- '**/reference.txt'
jobs:
docker:
runs-on: ubuntu:latest
runs-on: ubuntu-latest
steps:
-
name: Checkout
@@ -44,4 +44,4 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: lrgex/klipper:latest
tags: lrgex/klipper-docker:latest