Merge branch 'main' into dependabot/github_actions/micnncim/action-label-syncer-1.2.0
This commit is contained in:
commit
264ec7a86d
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }}
|
||||
name: Docker login ghcr.io
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v1.9.0
|
||||
with:
|
||||
password: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
registry: ghcr.io
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
env:
|
||||
DESCRIPTOR: .github/pipeline-descriptor.yml
|
||||
GITHUB_TOKEN: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }}
|
||||
- uses: peter-evans/create-pull-request@v3
|
||||
- uses: peter-evans/create-pull-request@v3.9.1
|
||||
with:
|
||||
author: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} <${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }}@users.noreply.github.com>
|
||||
body: |-
|
||||
|
|
|
|||
Loading…
Reference in New Issue