Skip to content

Commit

Permalink
Fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Mar 9, 2024
1 parent 52a25d0 commit 90d94d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
TAG_NAME: ${{ github.ref_name }}
IMAGE_NAME: ghcr.io/mahesh-hegde/zserv
steps:
- uses: actions/checkout@v4
- name: Docker login
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: Docker build
Expand Down

0 comments on commit 90d94d9

Please sign in to comment.