We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693833e commit 0a9aa9dCopy full SHA for 0a9aa9d
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
make -j4
92
- name: Build for release
93
if: ${{ github.event.inputs.versionstring != '' }}
94
- uses: addnab/docker-run-action@v3
+ uses: travelpassgroup/docker-run-action@v3
95
with:
96
image: ubuntu:14.04 # use older distro for increased GLIBC compatibility
97
options: -v ${{ github.workspace }}:/work
@@ -122,7 +122,7 @@ jobs:
122
123
124
125
126
127
128
0 commit comments