Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taufiqpsumarna authored Nov 20, 2024
1 parent 6fb5e0a commit 8f0ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Build and tag the Docker image
- name: Build Docker Image
run: |
docker build -t taufiq14s/infisical-cli:latest .
docker build -t taufiq14s/infisical-cli:latest -f Dockerfile .
# Push the Docker image to Docker Hub
- name: Push Docker Image
Expand Down

0 comments on commit 8f0ee97

Please sign in to comment.