diff --git a/.forgejo/workflows/image.yaml b/.forgejo/workflows/image.yaml index 98319dc..32100d2 100644 --- a/.forgejo/workflows/image.yaml +++ b/.forgejo/workflows/image.yaml @@ -15,13 +15,6 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - - name: Login to registery - uses: docker/login-action@v3 - with: - registry: git.oooo.nz - username: ${{ github.actor }} - password: ${{ secrets.PUSH_TOKEN }} - - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v5.7.0 @@ -44,9 +37,7 @@ jobs: uses: docker/build-push-action@v6.16.0 with: context: . - push: true + file: ./Dockerfile + push: false tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 - secrets: | - GIT_AUTH_TOKEN=${{ secrets.PUSH_TOKEN }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file