Bump docker/login-action from 3.2.0 to 3.3.0 #92
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -9,13 +9,13 @@ jobs:
|
||||||
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.github/settings.xml
|
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.github/settings.xml
|
||||||
steps:
|
steps:
|
||||||
- name: docker/login-action docker.io
|
- name: docker/login-action docker.io
|
||||||
uses: docker/login-action@v3.2.0
|
uses: docker/login-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKERIO_USERNAME }}
|
username: ${{ secrets.DOCKERIO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERIO_TOKEN }}
|
password: ${{ secrets.DOCKERIO_TOKEN }}
|
||||||
- name: docker/login-action ghcr.io
|
- name: docker/login-action ghcr.io
|
||||||
uses: docker/login-action@v3.2.0
|
uses: docker/login-action@v3.3.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue