mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 13:14:38 +00:00
tag images properly
This commit is contained in:
parent
25f6415c1f
commit
ba4bd19d23
5
.github/workflows/build-and-push-images.yml
vendored
5
.github/workflows/build-and-push-images.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build and push images
|
name: build and push images
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
@ -9,6 +9,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- { postgres: 9, alpine: '3.6' }
|
||||||
- { postgres: 10, alpine: '3.8' }
|
- { postgres: 10, alpine: '3.8' }
|
||||||
- { postgres: 11, alpine: '3.10' }
|
- { postgres: 11, alpine: '3.10' }
|
||||||
- { postgres: 12, alpine: '3.12' }
|
- { postgres: 12, alpine: '3.12' }
|
||||||
@ -29,6 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:9
|
tags: ${{ github.repository }}:{{ matrix.postgres }}
|
||||||
build-args: |
|
build-args: |
|
||||||
ALPINE_VERSION=${{ matrix.alpine }}
|
ALPINE_VERSION=${{ matrix.alpine }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user