File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
POSTGRES_VERSION : 12.3-2
10
+ DOCKER_TAG : 12.3
10
11
11
12
jobs :
12
13
build :
@@ -19,14 +20,14 @@ jobs:
19
20
- name : build
20
21
run : |
21
22
cd postgres
22
- docker build --build-arg VERSION=$POSTGRES_VERSION --file Dockerfile.windows --tag exivity/postgres:$POSTGRES_VERSION .
23
- docker tag exivity/postgres:$POSTGRES_VERSION exivity/postgres:latest
23
+ docker build --build-arg VERSION=$POSTGRES_VERSION --file Dockerfile.windows --tag exivity/postgres:$DOCKER_TAG .
24
+ docker tag exivity/postgres:$DOCKER_TAG exivity/postgres:latest
24
25
- name : login
25
26
run : echo $DOCKER_HUB_TOKEN | docker login -u $DOCKER_HUB_USER --password-stdin
26
27
env :
27
28
DOCKER_HUB_USER : ${{ secrets.DOCKER_HUB_USER }}
28
29
DOCKER_HUB_TOKEN : ${{ secrets.DOCKER_HUB_TOKEN }}
29
30
- name : push
30
31
run : |
31
- docker push exivity/postgres:$POSTGRES_VERSION
32
+ docker push exivity/postgres:$DOCKER_TAG
32
33
docker push exivity/postgres:latest
Original file line number Diff line number Diff line change 1
- # exivity: postgres
1
+ # exivity/ postgres
2
2
3
3
Docker image of PostgreSQL server (Windows only).
4
4
Original file line number Diff line number Diff line change 1
- # exivity: rabbitmq
1
+ # exivity/ rabbitmq
2
2
3
3
Docker image of Rabbit MQ server (Windows only).
4
4
You can’t perform that action at this time.
0 commit comments