remove file from wrong directory
All checks were successful
Build Custom docker:dind image / build-container (push) Successful in 2m12s
All checks were successful
Build Custom docker:dind image / build-container (push) Successful in 2m12s
This commit is contained in:
parent
f9cc13e249
commit
bd72ace198
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
name: 'Build Custom docker:dind image'
|
|
||||||
author: 'Neshura'
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
build-container:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
-
|
|
||||||
name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
-
|
|
||||||
name: Push to Package Registry
|
|
||||||
uses: docker/build-push-action@v5
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
push: true
|
|
||||||
tags: https://forgejo.neshweb.net/Neshura/docker-dind-bash:latest
|
|
Loading…
Reference in a new issue