diff --git a/.github/workflows/beta-images.yml b/.github/workflows/beta-images.yml index e6e9b4f..278f800 100644 --- a/.github/workflows/beta-images.yml +++ b/.github/workflows/beta-images.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - 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_ACCESS_TOKEN }} diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 5cd0b89..45fdc39 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -25,7 +25,7 @@ jobs: # - name: Keepalive # uses: gautamkrishnar/keepalive-workflow@v2 - 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_ACCESS_TOKEN }}