Skip to content

Commit

Permalink
Merge pull request #83 from toniebox-reverse-engineering/develop
Browse files Browse the repository at this point in the history
v0.3.2
  • Loading branch information
SciLor authored Dec 8, 2023
2 parents 8ab9f05 + 50869be commit e04ed1a
Show file tree
Hide file tree
Showing 34 changed files with 122,731 additions and 599 deletions.
63 changes: 0 additions & 63 deletions .github/templates/publish_docker/action.yml

This file was deleted.

112 changes: 0 additions & 112 deletions .github/workflows/build_release_test.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/publish_docker.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image Publish Matrix
name: Docker Image Publish Matrix (Alpine)

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x]
platform: [linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/386]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -66,13 +66,14 @@ jobs:
type=match,pattern=tc_v(\d+.\d+.\d+-\S+),group=1
flavor: |
prefix=arch_,onlatest=true
suffix=_${{ matrix.platform }},onlatest=true
suffix=_${{ matrix.platform }}_alpine,onlatest=true
- name: Build & push digest docker ${{ matrix.platform }}
id: build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: DockerfileAlpine
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.matrix_meta.outputs.labels }}
Expand All @@ -89,9 +90,10 @@ jobs:
- name: Push docker tags ${{ matrix.platform }}
id: push_tags
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
file: DockerfileAlpine
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.matrix_meta.outputs.tags }}
Expand Down Expand Up @@ -145,6 +147,8 @@ jobs:
type=match,pattern=tc_v(\d+.\d+),group=1
type=match,pattern=tc_v(\d+.\d+.\d+),group=1
type=match,pattern=tc_v(\d+.\d+.\d+-\S+),group=1
flavor: |
suffix=_alpine,onlatest=true
- name: Create manifest list and push
if: ${{ github.event_name != 'pull_request' }}
Expand Down
Loading

0 comments on commit e04ed1a

Please sign in to comment.