Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/push-afreeca-link-note-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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:
workdir: afreeca-link-note-crawl
name: ${{ secrets.DOCKER_USERNAME }}/afreeca-link-note-crawl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-api-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: api
name: ${{ secrets.DOCKER_USERNAME }}/onad_web_api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-calculator-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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:
workdir: calculator
name: ${{ secrets.DOCKER_USERNAME }}/calculator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-chatbot-twitch-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: chatbot-twitch
name: ${{ secrets.DOCKER_USERNAME }}/onad_twitch_bot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-live-commerce-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: live-commerce
name: ${{ secrets.DOCKER_USERNAME }}/onad_live-commerce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-socket-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: socket
name: ${{ secrets.DOCKER_USERNAME }}/onad_socket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tracker-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: tracker
name: ${{ secrets.DOCKER_USERNAME }}/onad_tracker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-push-api-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: api
name: ${{ secrets.DOCKER_USERNAME }}/onad_web_api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-push-socket-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: socket
name: ${{ secrets.DOCKER_USERNAME }}/onad_socket
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-push-tracker-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd -

- 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:
workdir: tracker
name: ${{ secrets.DOCKER_USERNAME }}/onad_tracker
Expand Down