diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e73c671..225773a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -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 @@ -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: diff --git a/VERSION b/VERSION index 6da28dd..8294c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.1.2 \ No newline at end of file