Skip to content

Commit

Permalink
chore: tag docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Apr 25, 2023
1 parent ec9cec0 commit 93d665e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Security in case of vulnerabilities.
-->

## [1.0.1]

- tag docker image with `v1`

## [1.0.0]

- create a tag version to prep v2 to get in place
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/image.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t raulfdm/taco-api .
docker build -t raulfdm/taco-api:v1 .

0 comments on commit 93d665e

Please sign in to comment.