Build the image on Dockerfile change.
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 23s
All checks were successful
Build the Docker image / build-the-docker-image (push) Successful in 23s
This commit is contained in:
11
.gitea/workflows/image-build.yml
Normal file
11
.gitea/workflows/image-build.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Build the Docker image
|
||||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build-the-docker-image:
|
||||
runs-on: iron-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- run: docker build -t debian13-ansible:latest .
|
||||
- run: docker image ls
|
||||
Reference in New Issue
Block a user