mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Updates to the Docker login v2 action, adds workflow level concurrency
This commit is contained in:
parent
b13ced93ed
commit
5602031b67
6
.github/workflows/cleanup-tags.yml
vendored
6
.github/workflows/cleanup-tags.yml
vendored
@ -19,6 +19,10 @@ on:
|
||||
- ".github/scripts/github.py"
|
||||
- ".github/scripts/common.py"
|
||||
|
||||
concurrency:
|
||||
group: registry-tags-cleanup
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
name: Cleanup Image Tags
|
||||
@ -32,7 +36,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Login to Github Container Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user