diff --git a/.gitea/workflows/publish_package.yaml b/.gitea/workflows/publish_package.yaml index cccd0b3..4dc5456 100644 --- a/.gitea/workflows/publish_package.yaml +++ b/.gitea/workflows/publish_package.yaml @@ -45,11 +45,11 @@ jobs: echo Version: $VERSION echo "VERSION=$VERSION" >> $GITHUB_ENV - # - name: Install Docker - # run: curl -fsSL https://get.docker.com | sh + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh - # - name: Set up Docker Buildx - # uses: https://github.com/docker/setup-buildx-action@v2 + - name: Set up Docker Buildx + uses: https://github.com/docker/setup-buildx-action@v2 # - name: Login to registry # uses: docker/login-action@v2