Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
push with tags
  • Loading branch information
ahmetozer authored Aug 21, 2020
1 parent 075b883 commit 5814bc7
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 @@ -7,6 +7,6 @@ docker-build-master:
- /src/start-docker.sh
- docker login -u "ahmetozer" -p "$dhub"
script:
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push -t ahmetozer/net-tools-service .
- docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push -t ahmetozer/net-tools-service -t ahmetozer/net-tools-service:$CI_COMMIT_TAG .
only:
- master

0 comments on commit 5814bc7

Please sign in to comment.