From ecb206ff00f247a01fa5905a0a84662fea944287 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 21:52:41 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/push-ecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-ecs.yml b/.github/workflows/push-ecs.yml index 0cee3d5..75b9db1 100644 --- a/.github/workflows/push-ecs.yml +++ b/.github/workflows/push-ecs.yml @@ -21,7 +21,7 @@ jobs: aws-region: ap-northeast-2 - name: Build, tag, and push image to Docker Hub - uses: elgohr/Publish-Docker-Github-Action@2.14 + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.DOCKER_USERNAME }}/creatordetail username: ${{ secrets.DOCKER_USERNAME }}