ci: new tag format on pr #43

Closed
mg wants to merge 28 commits from fgdsfgd into master
Showing only changes of commit b2aea98a52 - Show all commits

View file

@ -4,7 +4,7 @@ on:
schedule:
- cron: "32 17 * * SUN"
push:
# branches: [ master ]
branches: [ master ]
pull_request:
jobs:
@ -45,10 +45,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract repository name
id: metaname
run: |
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}') >> $GITHUB_OUTPUT
- name: Docker meta
id: meta
uses: docker/metadata-action@v5