diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 88f7c73..c05df9b 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.3" } diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2caed7e..12e7a28 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: Import secrets - if: inputs.release == 'true' + if: inputs.release uses: hashicorp/vault-action@v2.4.3 with: url: https://vault.fluence.dev @@ -58,7 +58,7 @@ jobs: kv/hub.docker.com/fluencebot password | DOCKER_PASSWORD - name: Import secrets - if: inputs.release != 'true' + if: ! inputs.release uses: hashicorp/vault-action@v2.4.3 with: url: https://vault.fluence.dev @@ -75,14 +75,14 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to DockerHub - if: inputs.release == 'true' + if: inputs.release uses: docker/login-action@v2 with: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }} - name: Login to private DockerHub - if: inputs.release != 'true' + if: ! inputs.release uses: docker/login-action@v2 with: registry: "docker.fluence.dev" @@ -107,7 +107,7 @@ jobs: cache-to: type=gha,mode=max - name: Build and push ${{ matrix.package }} - if: matrix.package == 'ipfs' && inputs.release == 'true' + if: matrix.package == 'ipfs' && ! inputs.release uses: docker/build-push-action@v3 with: context: . @@ -124,7 +124,7 @@ jobs: cache-to: type=gha,mode=max - name: Docker Hub Description - if: matrix.package == 'ipfs' && inputs.release == 'true' + if: matrix.package == 'ipfs' && ! inputs.release uses: peter-evans/dockerhub-description@v3 with: username: ${{ env.DOCKER_USERNAME }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 016f152..e260fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,5 @@ # Changelog -## [0.1.4](https://github.com/fluencelabs/rust-peer-distro/compare/distro-v0.1.3...distro-v0.1.4) (2023-02-27) - - -### Bug Fixes - -* **deps:** Update connector to 0.4.0 ([cc084fc](https://github.com/fluencelabs/rust-peer-distro/commit/cc084fc40d6d951f2cd6a5cc82b5ab4fb2e5bbaf)) -* **deps:** Update connector to 0.4.1 ([de17d64](https://github.com/fluencelabs/rust-peer-distro/commit/de17d6455f4a3370002f7d39886f4264c9056bdd)) -* **deps:** Update connector to 0.4.2 ([64f78a9](https://github.com/fluencelabs/rust-peer-distro/commit/64f78a9c0fca6c1bec615c7f9b7cc88ae5a966e2)) - ## [0.1.3](https://github.com/fluencelabs/rust-peer-distro/compare/distro-v0.1.2...distro-v0.1.3) (2023-02-27)