mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 13:14:38 +00:00
whitespace [skip ci]
This commit is contained in:
parent
1cc51332a0
commit
80b1fd7936
3
.github/workflows/build-and-push-images.yml
vendored
3
.github/workflows/build-and-push-images.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: build and push images
|
name: build and push images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
@ -6,6 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -14,6 +16,7 @@ jobs:
|
|||||||
- { postgres: 12, alpine: '3.12' }
|
- { postgres: 12, alpine: '3.12' }
|
||||||
- { postgres: 13, alpine: '3.14' }
|
- { postgres: 13, alpine: '3.14' }
|
||||||
- { postgres: 14, alpine: '3.15' }
|
- { postgres: 14, alpine: '3.15' }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user