From 8b198500b0046928d32674021383185249df436a Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 19 May 2021 10:30:58 -0400 Subject: [PATCH 1/2] Delete build_publish.yml --- .github/workflows/build_publish.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/build_publish.yml diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml deleted file mode 100644 index fea9fa1e..00000000 --- a/.github/workflows/build_publish.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Build and publish image -on: - release: - types: [published] - schedule: - - cron: '0 1 * * 1' - -jobs: - build: - runs-on: ubuntu-latest - name: Build image job - steps: - - name: Checkout master - uses: actions/checkout@master - - name: Build and publish image - uses: ilteoood/docker_buildx@master - with: - tag: latest,0.3.0 - imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2 - platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7 - publish: true - dockerUser: ${{ secrets.DOCKER_HUB_USER }} - dockerPassword: ${{ secrets.DOCKER_HUB_PASSWORD }} \ No newline at end of file From 583a756c50bb89ffeffdc8f44381e79fdf407515 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Wed, 19 May 2021 10:31:12 -0400 Subject: [PATCH 2/2] Delete build_only.yml --- .github/workflows/build_only.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/build_only.yml diff --git a/.github/workflows/build_only.yml b/.github/workflows/build_only.yml deleted file mode 100644 index 0f33b3b0..00000000 --- a/.github/workflows/build_only.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Build only image -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - name: Build image job - steps: - - name: Checkout master - uses: actions/checkout@master - - name: Build image - uses: ilteoood/docker_buildx@master - with: - tag: latest,0.3.0 - platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7 - imageName: ${{ secrets.DOCKER_HUB_USER }}/webssh2 \ No newline at end of file