From bd57329ece76a0f4378af3480ca3da364fb6da0c Mon Sep 17 00:00:00 2001 From: "spritely-renovatebot[bot]" <269751000+spritely-renovatebot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:39:25 +0000 Subject: [PATCH] Update spritely/actions.publish-container action to v0.2.51 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 937a381..ca2c4dd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: reporter: java-junit - name: Build and publish container - uses: spritely/actions.publish-container@88230f86055e97647e50f0069da643ebeddab45c # v0.2.49 + uses: spritely/actions.publish-container@b27a2d5751e653b407ce740fff4d4fbb5e930300 # v0.2.51 with: registryUsername: ${{ secrets.DOCKER_HUB_USERNAME }} registryPassword: ${{ secrets.DOCKER_HUB_TOKEN }}