We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34159d9 commit 19eec8fCopy full SHA for 19eec8f
.circleci/config.yml
@@ -12,5 +12,5 @@ jobs:
12
command: |
13
docker login docker.pkg.github.com -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
14
version=$(date "+%Y-%m-%d")-$(git --no-pager log -1 --pretty=%h)
15
- docker build -t docker.pkg.github.com/nais/testapp/testapp:latest -t docker.pkg.github.com/testapp:${version} .
+ docker build -t docker.pkg.github.com/nais/testapp/testapp:latest -t docker.pkg.github.com/nais/testapp/testapp:${version} .
16
docker push docker.pkg.github.com/testapp
0 commit comments