File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 uses : goreleaser/goreleaser-action@v6
4141 with :
4242 version : latest
43- args : release --rm-dist
43+ args : release --clean
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Simple app that checks if PostgreSQL database is ready or not.
77### Option 1: binary
88
99``` sh
10- wget https://github.com/mxssl/wait-for-pg/releases/download/v1.0.4 /wait-for-pg-linux-amd64.tar.gz
10+ wget https://github.com/mxssl/wait-for-pg/releases/download/v1.0.5 /wait-for-pg-linux-amd64.tar.gz
1111tar xvzf wait-for-pg-linux-amd64.tar.gz
1212mv wait-for-pg /usr/local/bin/wait-for-pg
1313chmod +x /usr/local/bin/wait-for-pg
@@ -30,7 +30,7 @@ wait-for-pg check \
3030docker container \
3131 run \
3232 --rm \
33- mxssl/wait-for-pg:v1.0.4 \
33+ mxssl/wait-for-pg:v1.0.5 \
3434 wait-for-pg check \
3535 --host postgres.domain.com \
3636 --port 5432 \
You can’t perform that action at this time.
0 commit comments