Skip to content

Commit

Permalink
pipelines fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janpreet committed Aug 2, 2024
1 parent 5f83ea3 commit 5afa68d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ jobs:
python-version: '3.x'

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

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

0 comments on commit 5afa68d

Please sign in to comment.