Skip to content

Commit

Permalink
⬆️ security: upgrade dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
kms0219kms committed Feb 19, 2024
1 parent 5943de0 commit 9155210
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 276 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
[ "$VERSION" == "main" ] && VERSION=latest
[ "$VERSION" == "new" ] && VERSION=latest
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
Expand Down
Loading

0 comments on commit 9155210

Please sign in to comment.