|
|
@@ -40,13 +40,13 @@ jobs:
|
|
|
install: true
|
|
|
|
|
|
- name: Login to Docker Hub
|
|
|
- uses: docker/login-action@v3
|
|
|
+ uses: docker/login-action@v4
|
|
|
with:
|
|
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
|
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
|
|
|
|
|
- name: Login to GHCR
|
|
|
- uses: docker/login-action@v3
|
|
|
+ uses: docker/login-action@v4
|
|
|
with:
|
|
|
registry: ghcr.io
|
|
|
username: ${{ github.actor }}
|