mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-05-06 23:46:24 +02:00
Update docker-image.yml
This commit is contained in:
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user