docker stuff
Some checks reported warnings
Build dockerfile / Build-dockerfile (push) Has been cancelled

This commit is contained in:
Afonso Franco 2023-09-19 15:56:05 +01:00
parent 167e399365
commit c27523a5d9
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,6 +1,9 @@
name: Build dockerfile
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
Build-dockerfile:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2