File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
id-token : write
16
16
pull-requests : write
17
17
container :
18
- image : ghcr.io/kiracore/docker/base-image:v0.11.1
18
+ image : ghcr.io/kiracore/docker/base-image:v0.11.2
19
19
steps :
20
20
# Work around https://github.com/actions/checkout/issues/760
21
21
- name : Add safe.directory
69
69
echo " Repository name: ${{ env.REPOSITORY_NAME }}"
70
70
echo " Release version: ${{ env.RELEASE_VER }}"
71
71
echo " Release exists: ${{ env.RELEASE_EXISTS }}"
72
+ go version
72
73
- name : Testing & Building TOOLS
73
74
run : |
74
75
set -x
@@ -104,7 +105,7 @@ jobs:
104
105
id-token : write
105
106
pull-requests : write
106
107
container :
107
- image : ghcr.io/kiracore/docker/base-image:v0.11.1
108
+ image : ghcr.io/kiracore/docker/base-image:v0.11.2
108
109
steps :
109
110
# Work around https://github.com/actions/checkout/issues/760
110
111
- name : Add safe.directory
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -e
3
- set +x
4
- . /etc/profile
5
3
set -x
4
+ . /etc/profile
6
5
7
6
cd ./bip39 || echo " Already in the root dir"
8
7
You can’t perform that action at this time.
0 commit comments