Skip to content

Commit

Permalink
separeta alternatives like it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent 37fcf7b commit 509fbe3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-alt.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Docker build images on tag
name: Build&Push Alt Images
on:
push:
tags:
- 'only-alts'
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
on: [push]
# push:
# tags:
# - 'only-alts'
# # echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
# # echo "Tag name from github.ref_name: ${{ github.ref_name }}"

env:
IMAGE_TAGS: ${{ github.ref_name }}
Expand All @@ -16,7 +16,7 @@ env:
jobs:
build-push-quay:
name: Build&Push Alt
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
# strategy:
# fail-fast: false
# matrix:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAMESPACE }}
tags: alt-${{ env.IMAGE_TAGS }}
platforms: linux/s390x, linux/arm/v5, linux/arm/v7, linux/arm64/v8 #, linux/mips64le, linux/ppc64le,
platforms: linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
containerfiles: |
./Dockerfile-others.gh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAMESPACE }}
tags: ${{ env.IMAGE_TAGS }} latest
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
platforms: linux/386, linux/amd64
containerfiles: |
./Dockerfile.gh
Expand Down

0 comments on commit 509fbe3

Please sign in to comment.