diff --git a/.github/workflows/release-clickhouse.yml b/.github/workflows/release-clickhouse.yml index 1ac04ad..5547303 100644 --- a/.github/workflows/release-clickhouse.yml +++ b/.github/workflows/release-clickhouse.yml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v3 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index a27a5f9..7d1f715 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v3 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index 9a7085c..6d17bcc 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v3 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-traefik.yaml b/.github/workflows/release-traefik.yaml index 90c362f..6e8ce35 100644 --- a/.github/workflows/release-traefik.yaml +++ b/.github/workflows/release-traefik.yaml @@ -34,7 +34,7 @@ jobs: uses: docker/setup-buildx-action@v3 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@6862ffc5ab2cdb4405cf318a62a6f4c066e2298b + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}