Skip to content

Commit a3482b6

Browse files
authored
3.1.0 beta.2 (#358)
* Bump to 3.1.0-beta.2 * Fix GH Action * Add debug * Fix variables * Remove armv6 and s390 from debian build
1 parent 0312765 commit a3482b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ jobs:
104104
105105
cat $GITHUB_OUTPUT
106106
107-
cat $GITHUB_OUTPUT
108-
109107
# echo "::set-output name=tags::$TAGS"
110108
# echo "::set-output name=push::$PUSH"
111109
# echo "::set-output name=version::$(echo $GITHUB_REF | awk -F '/' '{ print $3}')"
@@ -210,15 +208,13 @@ jobs:
210208
211209
cat $GITHUB_OUTPUT
212210
213-
cat $GITHUB_OUTPUT
214-
215211
- name: Build and push
216212
id: build-push
217213
uses: docker/build-push-action@v2
218214
continue-on-error: true
219215
with:
220216
context: .
221-
platforms: linux/amd64, linux/arm64, linux/s390x, linux/arm/v7, linux/arm/v6
217+
platforms: linux/amd64, linux/arm64, linux/arm/v7
222218
file: .docker/Dockerfile.debian
223219
push: ${{ steps.nrVersion.outputs.push }}
224220
build-args: |

0 commit comments

Comments
 (0)