Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
365Bit authored Sep 2, 2024
1 parent 2922b7b commit be46c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndPushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
submodules: 'true'

- name: Login to GitHub Container Registry
run: cho ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u well5a --password-stdin
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u well5a --password-stdin

- name: Build the Docker image
run: docker build . --file Dockerfile --tag IMAGE_URL/$IMAGE_NAME:$IMAGE_TAG

- name: Push the Docker image
run: docker push $IMAGE_URL/$IMAGE_NAME:$IMAGE_TAG
run: docker push $IMAGE_URL/$IMAGE_NAME:$IMAGE_TAG

0 comments on commit be46c0a

Please sign in to comment.