Skip to content

Commit

Permalink
Test docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwenyihust committed Nov 24, 2023
1 parent 14ec1a6 commit a070411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: .
context: examples/word-count
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/word-count:latest
Expand Down

0 comments on commit a070411

Please sign in to comment.