diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3de7ea3..cd0b297 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} file: ./Dockerfile.cnn platforms: linux/amd64,linux/arm64 - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta-cnn.outputs.tags }} cache-from: type=gha cache-to: type=gha,mode=max shm-size: 2g