Skip to content

Commit 509fbe3

Browse files
author
nkowenski
committed
separeta alternatives like it was before
1 parent 37fcf7b commit 509fbe3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-alt.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Docker build images on tag
22
name: Build&Push Alt Images
3-
on:
4-
push:
5-
tags:
6-
- 'only-alts'
7-
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
8-
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
3+
on: [push]
4+
# push:
5+
# tags:
6+
# - 'only-alts'
7+
# # echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
8+
# # echo "Tag name from github.ref_name: ${{ github.ref_name }}"
99

1010
env:
1111
IMAGE_TAGS: ${{ github.ref_name }}
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build-push-quay:
1818
name: Build&Push Alt
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
# strategy:
2121
# fail-fast: false
2222
# matrix:
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
image: ${{ env.IMAGE_NAMESPACE }}
4747
tags: alt-${{ env.IMAGE_TAGS }}
48-
platforms: linux/s390x, linux/arm/v5, linux/arm/v7, linux/arm64/v8 #, linux/mips64le, linux/ppc64le,
48+
platforms: linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
4949
containerfiles: |
5050
./Dockerfile-others.gh
5151

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
image: ${{ env.IMAGE_NAMESPACE }}
4747
tags: ${{ env.IMAGE_TAGS }} latest
48-
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
48+
platforms: linux/386, linux/amd64
4949
containerfiles: |
5050
./Dockerfile.gh
5151

0 commit comments

Comments
 (0)