File tree 3 files changed +3
-36
lines changed
3 files changed +3
-36
lines changed Original file line number Diff line number Diff line change 1
1
# Lines starting with '#' are comments.
2
2
# Each line is a file pattern followed by one or more owners.
3
3
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
6
6
. / @ sergerad @ drinkcoffee @ ermyas @ jp-imx @ ipekt @ wcgcyx
Original file line number Diff line number Diff line change 20
20
REPOSITORY_NAME="$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"
21
21
BUILD_TIMESTAMP="$(date +%s)"
22
22
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
24
24
25
25
- uses : ./.github/actions/push
26
26
with :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments