Skip to content

Commit 262abc2

Browse files
authored
RM testnet workflow and rename tags to unstable (#26)
1 parent 1688e82 commit 262abc2

File tree

3 files changed

+3
-36
lines changed

3 files changed

+3
-36
lines changed

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lines starting with '#' are comments.
22
# Each line is a file pattern followed by one or more owners.
33

4-
.github/workflows/ @immutable/prodsec @sergerad @rzmahmood @EdwardJES @jp-imx
5-
.github/actions/ @immutable/prodsec @sergerad @rzmahmood @EdwardJES @jp-imx
4+
.github/workflows/ @immutable/prodsec @sergerad @drinkcoffee @ermyas @jp-imx @ipekt @wcgcyx
5+
.github/actions/ @immutable/prodsec @sergerad @drinkcoffee @ermyas @jp-imx @ipekt @wcgcyx
66
./ @sergerad @drinkcoffee @ermyas @jp-imx @ipekt @wcgcyx

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
REPOSITORY_NAME="$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"
2121
BUILD_TIMESTAMP="$(date +%s)"
2222
SHORT_SHA="$(git rev-parse --short HEAD)"
23-
echo TAGS="ghcr.io/${{ github.repository }}/immutable-geth:develop-$BUILD_TIMESTAMP-git.$SHORT_SHA" >> $GITHUB_ENV
23+
echo TAGS="ghcr.io/${{ github.repository }}/immutable-geth:unstable-$BUILD_TIMESTAMP-git.$SHORT_SHA" >> $GITHUB_ENV
2424
2525
- uses: ./.github/actions/push
2626
with:

.github/workflows/testnet.yaml

-33
This file was deleted.

0 commit comments

Comments
 (0)