diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d8eb42d..8cba7f5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -3,8 +3,10 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions on: [push] jobs: - Explore-Gitea-Actions: + build_and_push: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume