From 133a8ae7c92d4f6a94f48a79128460156dc08f50 Mon Sep 17 00:00:00 2001 From: lrlunin Date: Sun, 18 Jun 2023 02:55:28 +0200 Subject: [PATCH] fixed packages permission --- .github/workflows/build-and-publish.yml | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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