This commit is contained in:
hexlocation's laptop (asiago) 2024-03-31 04:17:54 -04:00
parent 2f1f486000
commit c408a15910

View file

@ -1,10 +1,10 @@
when:
branch: ["dev", "stable"]
event: push
steps: steps:
- name: build - name: build
image: woodpeckerci/plugin-docker-buildx image: plugins/docker
settings: settings:
platforms: linux/amd64 platforms: linux/amd64
dockerfile: Dockerfile dockerfile: Dockerfile
tags: latest tag: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push