diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index acee230..9d5dade 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -11,6 +11,8 @@ jobs: container: image: "ghcr.io/catthehacker/ubuntu:act-latest" steps: + - name: Checkout + uses: 'https://git.euph.dev/actions/checkout@v3' - name: Set up QEMU uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3' - name: Setup Buildx @@ -24,7 +26,6 @@ jobs: - name: Build and push uses: 'https://git.euph.dev/actions/docker-build-push@v5' with: - push: true - tags: user/act:latest context: images/actions/act - file: images/actions/act/Dockerfile \ No newline at end of file + push: true + tags: user/act:latest \ No newline at end of file