Browse Source
Merge pull request #3028 from chrislusf/dependabot/github_actions/docker/build-push-action-3
pull/3034/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
.github/workflows/container_dev.yml
-
.github/workflows/container_latest.yml
-
.github/workflows/container_release1.yml
-
.github/workflows/container_release2.yml
-
.github/workflows/container_release3.yml
|
|
@ -56,7 +56,7 @@ jobs: |
|
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
|
- |
|
|
|
name: Build |
|
|
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2 |
|
|
|
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 |
|
|
|
with: |
|
|
|
context: ./docker |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -57,7 +57,7 @@ jobs: |
|
|
|
password: ${{ secrets.GHCR_TOKEN }} |
|
|
|
- |
|
|
|
name: Build |
|
|
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2 |
|
|
|
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 |
|
|
|
with: |
|
|
|
context: ./docker |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
- |
|
|
|
name: Build |
|
|
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2 |
|
|
|
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 |
|
|
|
with: |
|
|
|
context: ./docker |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
- |
|
|
|
name: Build |
|
|
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2 |
|
|
|
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 |
|
|
|
with: |
|
|
|
context: ./docker |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
- |
|
|
|
name: Build |
|
|
|
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2 |
|
|
|
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 |
|
|
|
with: |
|
|
|
context: ./docker |
|
|
|
push: ${{ github.event_name != 'pull_request' }} |
|
|
|