trying build-push-action
Some checks failed
/ deploy (push) Failing after 2m24s

This commit is contained in:
Zi Gao 2025-06-08 23:08:58 +10:00
parent 952765a453
commit 997b0612aa

View file

@ -2,17 +2,12 @@ on: [push]
jobs:
deploy:
runs-on: docker
container:
image: registry.mightycastle.net/runner-image
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- id: path
run: echo ~
- id: checkout
uses: actions/checkout@v4
- id: build
run: docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
- id: push
run: docker push registry.mightycastle.net/runner-image:latest
uses: docker/build-push-action@v6
with:
push: true
tags: registry.mightycastle.net/runner-image:latest