diff --git a/.github/workflows/elsa-server.yml b/.github/workflows/elsa-server.yml deleted file mode 100644 index a160a6bd2..000000000 --- a/.github/workflows/elsa-server.yml +++ /dev/null @@ -1,61 +0,0 @@ -name: Elsa Server Docker image -on: - workflow_dispatch: - push: - branches: - - develop/3.6.0 - -jobs: - push_to_registry: - name: Push Docker image to Docker Hub - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - with: - platforms: all - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Docker meta - id: meta - uses: docker/metadata-action@v3 - with: - # list of Docker images to use as base name for tags - images: | - elsaworkflows/elsa-server-v3-6-0-preview - flavor: | - latest=true - # generate Docker tags based on the following events/attributes - tags: | - type=sha - - - name: Login to DockerHub - if: github.event_name != 'pull_request' - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USER }} - password: ${{ secrets.DOCKER_PASS }} - - - name: Build and push - id: docker_build - uses: docker/build-push-action@v3 - with: - builder: ${{ steps.buildx.outputs.name }} - context: . - file: ./docker/ElsaServer.Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v7 - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache - - - name: Image digest - run: echo ${{ steps.docker_build.outputs.digest }} diff --git a/Elsa.sln b/Elsa.sln index f8c579aff..19ef53042 100644 --- a/Elsa.sln +++ b/Elsa.sln @@ -319,7 +319,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ .github\workflows\stale.yml = .github\workflows\stale.yml .github\workflows\pr.yml = .github\workflows\pr.yml .github\workflows\packages.yml = .github\workflows\packages.yml - .github\workflows\elsa-server.yml = .github\workflows\elsa-server.yml .github\workflows\docker-ca.yml = .github\workflows\docker-ca.yml .github\workflows\bounty.yml = .github\workflows\bounty.yml .github\workflows\copilot-setup-steps.yml = .github\workflows\copilot-setup-steps.yml