We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b410a commit 0705136Copy full SHA for 0705136
1 file changed
docker-continuous-integration/.github/workflows/ci.yml
@@ -26,7 +26,8 @@ jobs:
26
with:
27
username: ${{ secrets.DOCKERHUB_USERNAME }}
28
password: ${{ secrets.DOCKERHUB_TOKEN }}
29
- - uses: docker/build-push-action@v4.0.0
+ - name: Push image to Docker Hub
30
+ uses: docker/build-push-action@v4.0.0
31
if: ${{ github.event_name == 'push' }}
32
33
context: ./web
0 commit comments