parent
dbe8c14373
commit
ec449009b0
1 changed files with 10 additions and 1 deletions
|
@ -4,4 +4,13 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: code.lab.cowley.tech/chris/homelab-docs:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue