From 9199ea41459220945097f13248caa4ed81c50169 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 00:05:16 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f24d45a..2bd1c4d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Build & Push docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: registry: docker.io name: if103java/ims-ui