diff --git a/.github/workflows/publish-artifacts.yml b/.github/workflows/publish-artifacts.yml index ae0396e..2f031ad 100644 --- a/.github/workflows/publish-artifacts.yml +++ b/.github/workflows/publish-artifacts.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/release-dev-container-image.yml b/.github/workflows/release-dev-container-image.yml index dfffc28..0bf1f6a 100644 --- a/.github/workflows/release-dev-container-image.yml +++ b/.github/workflows/release-dev-container-image.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}