log repo name
Some checks failed
Build Container Image & push to Packages / Build package (push) Failing after 13s
Some checks failed
Build Container Image & push to Packages / Build package (push) Failing after 13s
This commit is contained in:
parent
f9b9390789
commit
20064b0f21
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Create Tag
|
||||
id: tagger
|
||||
run: |
|
||||
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
|
||||
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITEA_OUTPUT
|
||||
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user