feat/act-runner-ansible (#3)
Some checks failed
/ build-docker-image (push) Failing after 1m10s

Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt>
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-11-02 21:23:54 +00:00
parent be7f9a65a9
commit b7646d2500
5 changed files with 74 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
on:
push
jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Log in to git.limbosolutions.com docker registry
uses: docker/login-action@v3
with:
registry: git.limbosolutions.com
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
- name: Build and push act-runner_ansible Docker Image
id: push
uses: docker/build-push-action@v6
with:
context: ${{gitea.workspace}}/docker/act-runner_ansible
file: ${{gitea.workspace}}/docker/act-runner_ansible/Dockerfile
push: true
tags: git.limbosolutions.com/kb/gitea/act-runner_ansible:0.2.11