From 8b1c06001b234a6ebcd938c22abb8a8c27d194ca Mon Sep 17 00:00:00 2001 From: OhanyanEdgar <62640108+OhanyanEdgar@users.noreply.github.com> Date: Sun, 2 Aug 2020 13:33:14 +0400 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bffca5..75b77f7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a sample project that demonstrates the use of github actions with docker. -This project uses the following github actions - +This project uses the following github actions -- * https://github.com/actions/checkout * https://github.com/marketplace/actions/publish-docker From fcd63d60b6e19642a566596297ed54206a7884e9 Mon Sep 17 00:00:00 2001 From: OhanyanEdgar <62640108+OhanyanEdgar@users.noreply.github.com> Date: Sun, 2 Aug 2020 13:33:57 +0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b77f7..5bffca5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a sample project that demonstrates the use of github actions with docker. -This project uses the following github actions -- +This project uses the following github actions - * https://github.com/actions/checkout * https://github.com/marketplace/actions/publish-docker From 0ff82774e174d19cbfa65d50e9f91060bc7c114e Mon Sep 17 00:00:00 2001 From: OhanyanEdgar <62640108+OhanyanEdgar@users.noreply.github.com> Date: Sun, 2 Aug 2020 13:38:00 +0400 Subject: [PATCH 3/4] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 500f9f6..744a699 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,6 @@ jobs: - name: Publish to Docker Repository uses: elgohr/Publish-Docker-Github-Action@master with: - name: ispeakcode/docker-githubaction + name: edgarohanyan/docker-githubaction username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + password: ${{ secrets.DOCKER_PASSWORD }} From 83306c8faac5ce7a6d7ec63b8e7da61bd2e40342 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 04:27:20 +0200 Subject: [PATCH 4/4] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 744a699..197c7f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Docker Repository - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: edgarohanyan/docker-githubaction username: ${{ secrets.DOCKER_USERNAME }}