Compare commits

..

No commits in common. "dc20068bc853998ceed9166974e627a503f9076a" and "cb28a8b31aa87381c00cc3a9e4813d4e9a4d545a" have entirely different histories.

2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh
# - docker build -t docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH .
# - docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:${CI_COMMIT_BRANCH}
contains() {
string="$1"
substring="$2"

View File

@ -1,5 +1,7 @@
#!/bin/sh
# docker push docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH
contains() {
string="$1"
substring="$2"