Skip to content

Commit

Permalink
Update file .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartaris committed Nov 24, 2024
1 parent b7f1245 commit 204d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-debian:
before_script:
- echo $DOCKER_HUB_KEY | docker login -u $DOCKER_HUB_USER --password-stdin
script:
- docker build -t getflow/cloudflared-ssh:latest -t getflow/cloudflared-ssh:debian -f Dockerfile.debian.
- docker build -t getflow/cloudflared-ssh:latest -t getflow/cloudflared-ssh:debian -f Dockerfile.debian .
- docker push getflow/cloudflared-ssh --all-tags
after_script:
- docker rmi getflow/cloudflared-ssh:latest getflow/cloudflared-ssh:debian
Expand Down

0 comments on commit 204d2c8

Please sign in to comment.