|
@@ -27,13 +27,13 @@ jobs:
|
|
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
|
|
|
|
|
|
|
- name: Log in to Docker Hub
|
|
- name: Log in to Docker Hub
|
|
|
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
|
|
|
|
|
|
+ uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
|
|
|
with:
|
|
with:
|
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|
|
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
|
|
|
|
|
|
|
- name: Log in to the Container registry
|
|
- name: Log in to the Container registry
|
|
|
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
|
|
|
|
|
|
+ uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
|
|
|
with:
|
|
with:
|
|
|
registry: ${{ env.REGISTRY }}
|
|
registry: ${{ env.REGISTRY }}
|
|
|
username: ${{ github.actor }}
|
|
username: ${{ github.actor }}
|