Skip to content

Commit 0705136

Browse files
committed
Add name to a GitHub Action
1 parent f7b410a commit 0705136

File tree

1 file changed

+2
-1
lines changed
  • docker-continuous-integration/.github/workflows

1 file changed

+2
-1
lines changed

docker-continuous-integration/.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}
29-
- uses: docker/[email protected]
29+
- name: Push image to Docker Hub
30+
uses: docker/[email protected]
3031
if: ${{ github.event_name == 'push' }}
3132
with:
3233
context: ./web

0 commit comments

Comments
 (0)