Skip to content

Commit

Permalink
feat: Updated GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
igorhrcek committed Aug 20, 2022
1 parent 63a9164 commit 12ef9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build Image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
run: docker build . --file .docker/Dockerfile --tag $IMAGE_NAME

- name: Log into GitHub Container Registry
run: echo "${{ secrets.GHCR_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit 12ef9c5

Please sign in to comment.