|
28 | 28 | ref: ${{ github.sha }} |
29 | 29 | release: "snapshot" |
30 | 30 | docker: true |
31 | | - docker_repository: "noku-team/assertoor" |
| 31 | + docker_repository: "erigontech/assertoor" |
32 | 32 | docker_tag_prefix: "master" |
33 | 33 | additional_tags: "['master','master-latest']" |
34 | 34 | secrets: |
@@ -145,16 +145,16 @@ jobs: |
145 | 145 | ## Latest automatically built executables. (Unstable development snapshot) |
146 | 146 | Built from master branch (commit: ${{ github.sha }}) |
147 | 147 |
|
148 | | - Please read the [wiki](https://github.com/noku-team/assertoor/wiki) for setup / configuration instructions. |
| 148 | + Please read the [wiki](https://github.com/erigontech/assertoor/wiki) for setup / configuration instructions. |
149 | 149 |
|
150 | 150 | ### Release Artifacts |
151 | 151 | | Release File | Description | |
152 | 152 | | ------------- | ------------- | |
153 | | - | [assertoor_snapshot_windows_amd64.zip](https://github.com/noku-team/assertoor/releases/download/snapshot/assertoor_snapshot_windows_amd64.zip) | assertoor executables for windows/amd64 | |
154 | | - | [assertoor_snapshot_linux_amd64.tar.gz](https://github.com/noku-team/assertoor/releases/download/snapshot/assertoor_snapshot_linux_amd64.tar.gz) | assertoor executables for linux/amd64 | |
155 | | - | [assertoor_snapshot_linux_arm64.tar.gz](https://github.com/noku-team/assertoor/releases/download/snapshot/assertoor_snapshot_linux_arm64.tar.gz) | assertoor executables for linux/arm64 | |
156 | | - | [assertoor_snapshot_darwin_amd64.tar.gz](https://github.com/noku-team/assertoor/releases/download/snapshot/assertoor_snapshot_darwin_amd64.tar.gz) | assertoor executable for macos/amd64 | |
157 | | - | [assertoor_snapshot_darwin_arm64.tar.gz](https://github.com/noku-team/assertoor/releases/download/snapshot/assertoor_snapshot_darwin_arm64.tar.gz) | assertoor executable for macos/arm64 | |
| 153 | + | [assertoor_snapshot_windows_amd64.zip](https://github.com/erigontech/assertoor/releases/download/snapshot/assertoor_snapshot_windows_amd64.zip) | assertoor executables for windows/amd64 | |
| 154 | + | [assertoor_snapshot_linux_amd64.tar.gz](https://github.com/erigontech/assertoor/releases/download/snapshot/assertoor_snapshot_linux_amd64.tar.gz) | assertoor executables for linux/amd64 | |
| 155 | + | [assertoor_snapshot_linux_arm64.tar.gz](https://github.com/erigontech/assertoor/releases/download/snapshot/assertoor_snapshot_linux_arm64.tar.gz) | assertoor executables for linux/arm64 | |
| 156 | + | [assertoor_snapshot_darwin_amd64.tar.gz](https://github.com/erigontech/assertoor/releases/download/snapshot/assertoor_snapshot_darwin_amd64.tar.gz) | assertoor executable for macos/amd64 | |
| 157 | + | [assertoor_snapshot_darwin_arm64.tar.gz](https://github.com/erigontech/assertoor/releases/download/snapshot/assertoor_snapshot_darwin_arm64.tar.gz) | assertoor executable for macos/arm64 | |
158 | 158 | env: |
159 | 159 | GITHUB_TOKEN: ${{ github.token }} |
160 | 160 |
|
|
0 commit comments