mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-25 07:22:14 +00:00
chore: Hotfix release (#107)
* Try to fix bool/string issue * Revert "chore(main): release distro 0.1.4 (#104)" This reverts commit 502dc4810ce04e93a4693cc340096bb63ec7546b.
This commit is contained in:
parent
502dc4810c
commit
b11d03d23e
2
.github/release-please/manifest.json
vendored
2
.github/release-please/manifest.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.1.4"
|
||||
".": "0.1.3"
|
||||
}
|
||||
|
12
.github/workflows/container.yml
vendored
12
.github/workflows/container.yml
vendored
@ -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 }}
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user