|
@@ -35,7 +35,7 @@ jobs:
|
|
|
|
|
|
- name: Docker metadata
|
|
- name: Docker metadata
|
|
id: meta
|
|
id: meta
|
|
- uses: docker/metadata-action@v4
|
|
|
|
|
|
+ uses: docker/metadata-action@v5
|
|
with:
|
|
with:
|
|
labels: |
|
|
labels: |
|
|
maintainer=The Dockage Authors
|
|
maintainer=The Dockage Authors
|
|
@@ -63,7 +63,7 @@ jobs:
|
|
|
|
|
|
- name: Login to DockerHub
|
|
- name: Login to DockerHub
|
|
if: ${{ github.event_name != 'pull_request' }}
|
|
if: ${{ github.event_name != 'pull_request' }}
|
|
- uses: docker/login-action@v2
|
|
|
|
|
|
+ uses: docker/login-action@v3
|
|
with:
|
|
with:
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|