|
@@ -43,7 +43,7 @@ jobs:
|
|
uses: docker/login-action@v2
|
|
uses: docker/login-action@v2
|
|
with:
|
|
with:
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
|
|
|
|
|
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
|
|
|
|
- name: Build images
|
|
- name: Build images
|
|
uses: docker/bake-action@v2
|
|
uses: docker/bake-action@v2
|
|
@@ -61,5 +61,5 @@ jobs:
|
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
|
with:
|
|
with:
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
|
|
|
|
|
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
|
|
short-description: ${{ github.event.repository.description }}
|
|
short-description: ${{ github.event.repository.description }}
|