Skip to content

Commit

Permalink
Update ci-build-img.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Sep 24, 2024
1 parent 9b60fbc commit ecac34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "$GITHUB_ENV"
- name: Docker Build
run: |
docker image build --tag $DOCKER_TAG_CUSTOM .
docker image build --tag $DOCKER_TAG_CUSTOM --no-cache .
- name: Log in to GitHub container registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Expand Down

0 comments on commit ecac34f

Please sign in to comment.