We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b71aab commit 7eba2ceCopy full SHA for 7eba2ce
1 file changed
.github/workflows/publish.yml
@@ -0,0 +1,20 @@
1
+name: Publish
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - '*'
7
8
+jobs:
9
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