diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 225773a..a2a25e8 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -16,7 +16,7 @@ on: branches: [ main ] jobs: push_to_registry: - name: Push Docker image to Docker Hub + name: Push Docker image to Docker Hub and GitHub Container Registry runs-on: ubuntu-latest permissions: packages: write @@ -41,12 +41,6 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 - with: - images: lrlunin/mbi-div-b-notebook - - - name: Extract metadata (tags, labels) for Docker - id: meta2 - uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: | lrlunin/mbi-div-b-notebook diff --git a/VERSION b/VERSION index 8294c18..7693c96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 \ No newline at end of file +0.1.3 \ No newline at end of file