From de0700eb5f48002f697cf39f957bea1b922882e6 Mon Sep 17 00:00:00 2001 From: Admiral Awkbar Date: Thu, 24 Jun 2021 12:35:48 -0500 Subject: [PATCH] remove load from push --- .github/workflows/deploy-PROD-slim.yml | 1 - .github/workflows/deploy-PROD-standard.yml | 1 - .github/workflows/deploy-RELEASE-slim.yml | 1 - .github/workflows/deploy-RELEASE-standard.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/deploy-PROD-slim.yml b/.github/workflows/deploy-PROD-slim.yml index 4fc73fc7..607bb5fc 100644 --- a/.github/workflows/deploy-PROD-slim.yml +++ b/.github/workflows/deploy-PROD-slim.yml @@ -105,7 +105,6 @@ jobs: BUILD_DATE=${{ env.BUILD_DATE }} BUILD_REVISION=${{ github.sha }} BUILD_VERSION=${{ github.sha }} - load: true push: true tags: | github/super-linter:slim-latest diff --git a/.github/workflows/deploy-PROD-standard.yml b/.github/workflows/deploy-PROD-standard.yml index 4fdb597d..6e6e7f42 100644 --- a/.github/workflows/deploy-PROD-standard.yml +++ b/.github/workflows/deploy-PROD-standard.yml @@ -105,7 +105,6 @@ jobs: BUILD_DATE=${{ env.BUILD_DATE }} BUILD_REVISION=${{ github.sha }} BUILD_VERSION=${{ github.sha }} - load: true push: true tags: | github/super-linter:latest diff --git a/.github/workflows/deploy-RELEASE-slim.yml b/.github/workflows/deploy-RELEASE-slim.yml index 01ca8d0e..c645f43c 100644 --- a/.github/workflows/deploy-RELEASE-slim.yml +++ b/.github/workflows/deploy-RELEASE-slim.yml @@ -139,7 +139,6 @@ jobs: BUILD_DATE=${{ env.BUILD_DATE }} BUILD_REVISION=${{ github.sha }} BUILD_VERSION=${{ github.sha }} - load: true push: true tags: | github/super-linter:slim-latest diff --git a/.github/workflows/deploy-RELEASE-standard.yml b/.github/workflows/deploy-RELEASE-standard.yml index 505e61a5..fc6bee17 100644 --- a/.github/workflows/deploy-RELEASE-standard.yml +++ b/.github/workflows/deploy-RELEASE-standard.yml @@ -146,7 +146,6 @@ jobs: BUILD_DATE=${{ env.BUILD_DATE }} BUILD_REVISION=${{ github.sha }} BUILD_VERSION=${{ github.sha }} - load: true push: true tags: | github/super-linter:latest