diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 178ff8e..2cb8d82 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,6 +6,10 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock steps: - name: Checkout code uses: actions/checkout@v3 @@ -31,4 +35,4 @@ jobs: -e SPRING_FLYWAY_PASSWORD=jambo_secret_pass \ -l "caddy=jambotron.com" \ -l 'caddy.reverse_proxy={{upstreams 8081}}' \ - jambotron-prod:latest + jambotron-prod:latest \ No newline at end of file