This commit is contained in:
parent
9435941439
commit
b5a1435f3a
14
.gitea/workflows/deploy_image.yml
Normal file
14
.gitea/workflows/deploy_image.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy_image:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: docker/setup-buildx-action@v3
|
||||||
|
- uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: src.pmh.codes/build-tools/react2minio:latest
|
Loading…
Reference in New Issue
Block a user