Skip to content

Commit

Permalink
Really fix building Dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanser committed Oct 2, 2024
1 parent b9ea7b2 commit e6c911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Build the Docker Dev image
run: docker build . --file docker/Dockerfile --target app-dev --tag $IMAGE_NAME:latest
- name: Tag the Docker Dev image
run: docker tag open-swiss-buildings-api:latest $REGISTRY/$IMAGE_NAME:latest
run: docker tag $IMAGE_NAME:latest $REGISTRY/$IMAGE_NAME:latest
- name: Push the latest tag of the Docker Dev image
run: docker push $REGISTRY/$IMAGE_NAME:latest

0 comments on commit e6c911e

Please sign in to comment.