Skip to content

Commit

Permalink
fix path to dokerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
“achuyko” committed Aug 20, 2024
1 parent cacbefd commit dd7c64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auth_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
TAG_NAME=$(echo $GITHUB_SHA | head -c7)
docker buildx create --use
docker buildx build --no-cache --push --tag ${{ secrets.REGISTRY }}/$IMAGE_NAME:$TAG_NAME -f . .
docker buildx build --no-cache --push --tag ${{ secrets.REGISTRY }}/$IMAGE_NAME:$TAG_NAME -f ./Dockerfile .
deploy-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd7c64a

Please sign in to comment.