mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 13:14:38 +00:00
use strategy.matrix to build multiple versions
This commit is contained in:
parent
10ef696200
commit
136b59bcf2
10
.github/workflows/build-and-push-images.yml
vendored
10
.github/workflows/build-and-push-images.yml
vendored
@ -6,6 +6,14 @@ on:
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- { postgres: 10, alpine: 3.8 }
|
||||
- { postgres: 11, alpine: 3.10 }
|
||||
- { postgres: 12, alpine: 3.12 }
|
||||
- { postgres: 13, alpine: 3.14 }
|
||||
- { postgres: 14, alpine: 3.15 }
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
@ -23,4 +31,4 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ github.repository }}:9
|
||||
build-args: |
|
||||
ALPINE_VERSION=3.6
|
||||
ALPINE_VERSION=${{ matrix.alpine }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user