Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk committed Nov 8, 2023
1 parent 4dbef6e commit 0a890a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io/vakarisbk/incubator-livy
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 0a890a9

Please sign in to comment.