mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
remove load from push
This commit is contained in:
parent
2b6a17c3f8
commit
de0700eb5f
4 changed files with 0 additions and 4 deletions
1
.github/workflows/deploy-PROD-slim.yml
vendored
1
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -105,7 +105,6 @@ jobs:
|
||||||
BUILD_DATE=${{ env.BUILD_DATE }}
|
BUILD_DATE=${{ env.BUILD_DATE }}
|
||||||
BUILD_REVISION=${{ github.sha }}
|
BUILD_REVISION=${{ github.sha }}
|
||||||
BUILD_VERSION=${{ github.sha }}
|
BUILD_VERSION=${{ github.sha }}
|
||||||
load: true
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
github/super-linter:slim-latest
|
github/super-linter:slim-latest
|
||||||
|
|
1
.github/workflows/deploy-PROD-standard.yml
vendored
1
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -105,7 +105,6 @@ jobs:
|
||||||
BUILD_DATE=${{ env.BUILD_DATE }}
|
BUILD_DATE=${{ env.BUILD_DATE }}
|
||||||
BUILD_REVISION=${{ github.sha }}
|
BUILD_REVISION=${{ github.sha }}
|
||||||
BUILD_VERSION=${{ github.sha }}
|
BUILD_VERSION=${{ github.sha }}
|
||||||
load: true
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
github/super-linter:latest
|
github/super-linter:latest
|
||||||
|
|
1
.github/workflows/deploy-RELEASE-slim.yml
vendored
1
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -139,7 +139,6 @@ jobs:
|
||||||
BUILD_DATE=${{ env.BUILD_DATE }}
|
BUILD_DATE=${{ env.BUILD_DATE }}
|
||||||
BUILD_REVISION=${{ github.sha }}
|
BUILD_REVISION=${{ github.sha }}
|
||||||
BUILD_VERSION=${{ github.sha }}
|
BUILD_VERSION=${{ github.sha }}
|
||||||
load: true
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
github/super-linter:slim-latest
|
github/super-linter:slim-latest
|
||||||
|
|
|
@ -146,7 +146,6 @@ jobs:
|
||||||
BUILD_DATE=${{ env.BUILD_DATE }}
|
BUILD_DATE=${{ env.BUILD_DATE }}
|
||||||
BUILD_REVISION=${{ github.sha }}
|
BUILD_REVISION=${{ github.sha }}
|
||||||
BUILD_VERSION=${{ github.sha }}
|
BUILD_VERSION=${{ github.sha }}
|
||||||
load: true
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
github/super-linter:latest
|
github/super-linter:latest
|
||||||
|
|
Loading…
Reference in a new issue