Skip to content

Commit

Permalink
Merge pull request #3 from janpreet/refator
Browse files Browse the repository at this point in the history
Refactored code
  • Loading branch information
janpreet authored Aug 2, 2024
2 parents 4dd75af + d8b93db commit 6139ca5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
python-version: '3.x'

- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHA_KADO }}

- name: Bump version
run: make version-bump
Expand Down

0 comments on commit 6139ca5

Please sign in to comment.