Skip to content

Commit

Permalink
Update ci-build-publish-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varmoh authored Oct 24, 2023
1 parent a224714 commit 9053f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "DOCKER_TAG_CUSTOM=ghcr.io/${LOWER_CASE_GITHUB_REPOSITORY}:$RELEASE-$VERSION.$BUILD.$FIX" >> $GITHUB_ENV
echo "$GITHUB_ENV"
- name: Docker Build
run: docker image build -f Dockerfile.dev --tag $DOCKER_TAG_CUSTOM .
run: docker image build -f Dockerfile --tag $DOCKER_TAG_CUSTOM .

- 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 9053f6d

Please sign in to comment.