Compare commits
2 Commits
0.1.1
...
b669855a56
| Author | SHA1 | Date | |
|---|---|---|---|
| b669855a56 | |||
| f49530653b |
@@ -2,8 +2,8 @@ name: Build and Deploy Versioned Spring Boot Server
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags: # Match all tags
|
||||||
- "*" # Match all tags
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -43,11 +43,7 @@ jobs:
|
|||||||
- name: Extract Tag Version
|
- name: Extract Tag Version
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
TAG_VERSION=$(echo "${GITHUB_REF}" | sed 's#refs/tags/##')
|
TAG_VERSION=${GITEA_REF#refs/tags/}
|
||||||
if [ -z "$TAG_VERSION" ]; then
|
|
||||||
echo "Error: TAG_VERSION is empty."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV
|
echo "TAG_VERSION=$TAG_VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
# 7. Build the Docker image with the tag
|
# 7. Build the Docker image with the tag
|
||||||
|
|||||||
BIN
src/main/resources/static/xpensely_icon_white.png
Normal file
BIN
src/main/resources/static/xpensely_icon_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user