diff --git a/.github/workflows/build-service.yml b/.github/workflows/build-service.yml index 7e77a5c..fc165ff 100644 --- a/.github/workflows/build-service.yml +++ b/.github/workflows/build-service.yml @@ -61,14 +61,14 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ inputs.container-registry-host }} username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push by digest id: build - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 env: DOCKER_BUILD_RECORD_UPLOAD: 'false' with: @@ -100,7 +100,7 @@ jobs: needs: - publish-pre-release steps: - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ inputs.container-registry-host }} username: ${{ inputs.container-registry-owner }} diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 5a12df2..e6bae20 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -72,7 +72,7 @@ jobs: matrix: service: *services steps: - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ env.CR_HOST }} username: ${{ env.CR_OWNER }} diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index d703cd3..934ae34 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -74,7 +74,7 @@ jobs: - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 - name: Build and push by digest id: build - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: tags: ${{ env.IMAGE_NAME_PREFIX }}/${{ matrix.service.name }} # tags here doesn't matter as we won't push platforms: ${{ matrix.platform.name }}