diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c9bf5..60c48da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,32 +19,4 @@ jobs: with: files: release/* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - build-docker: - runs-on: ubuntu-latest - steps: - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Docker meta - id: meta - uses: docker/metadata-action@v5 - with: - images: | - cbeuw/cloak - tags: | - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file