Skip to content

Commit 7eba2ce

Browse files
committed
Added CI
1 parent 9b71aab commit 7eba2ce

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
push:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v1
15+
- uses: docker/build-push-action@v1
16+
with:
17+
username: minettiandrea
18+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
19+
repository: minettiandrea/postgresql-extended
20+
tag_with_ref: true

0 commit comments

Comments
 (0)