Skip to content

Commit

Permalink
fixed packages permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Jun 18, 2023
1 parent 618b312 commit 133a8ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +51,7 @@ jobs:
images: |
lrlunin/mbi-div-b-notebook
ghcr.io/${{ github.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2

0 comments on commit 133a8ae

Please sign in to comment.