mirror of
https://github.com/garethflowers/docker-mediawiki-ldap.git
synced 2025-04-17 07:55:14 +00:00
chore(deps): bump docker/login-action from 1 to 2 (#20)
This commit is contained in:
parent
468eb153ba
commit
02d242a07e
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -31,13 +31,13 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Login to GHCR
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user