diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d0770..2a02e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,6 @@ name: Continuous Integration -on: - push: - branches: - - main - schedule: - - cron: "0 0 * * TUE" +on: push concurrency: ${{ github.workflow }} @@ -112,15 +107,8 @@ jobs: uses: docker/build-push-action@v5 with: pull: true - push: true + # push: true tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 - - name: Update Docker Hub description - uses: peter-evans/dockerhub-description@v3 - with: - repository: jordanpotter/wireguard - username: jordanpotter - password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} - short-description: ${{ github.event.repository.description }}