Skip to content

Commit 19eec8f

Browse files
committed
use correct image path
1 parent 34159d9 commit 19eec8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
command: |
1313
docker login docker.pkg.github.com -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
1414
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} .
15+
docker build -t docker.pkg.github.com/nais/testapp/testapp:latest -t docker.pkg.github.com/nais/testapp/testapp:${version} .
1616
docker push docker.pkg.github.com/testapp

0 commit comments

Comments
 (0)