🗃️ Committing everything that changed 🗃️

.gitea/workflows/docker.2.yaml
.gitea/workflows/docker.3.yaml
This commit is contained in:
casjay 2024-09-25 07:30:42 -04:00
parent b4a6e8e206
commit 8df1d052d2
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
echo DATE_TAG=$(date +'%y%m') >> $GITHUB_OUTPUT echo DATE_TAG=$(date +'%y%m') >> $GITHUB_OUTPUT
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
echo DOCKER_TAG=$([ -n "$TAG" ] && echo $TAG || echo "3.14") >> $GITHUB_OUTPUT echo DOCKER_TAG=$([ -n "$TAG" ] && echo $TAG || echo "2") >> $GITHUB_OUTPUT
echo DOCKER_HUB=$([ -n "$HUB" ] && echo $HUB || echo "docker.io") >> $GITHUB_OUTPUT echo DOCKER_HUB=$([ -n "$HUB" ] && echo $HUB || echo "docker.io") >> $GITHUB_OUTPUT
echo DOCKER_ORG=$([ -n "$ORG" ] && echo "$ORG" || echo "casjaysdevdocker") >> $GITHUB_OUTPUT echo DOCKER_ORG=$([ -n "$ORG" ] && echo "$ORG" || echo "casjaysdevdocker") >> $GITHUB_OUTPUT
echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}' | sed 's|^docker-||g') >> $GITHUB_OUTPUT echo REPO_NAME=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $2}' | sed 's|^docker-||g') >> $GITHUB_OUTPUT
@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
file: ./Dockerfile.3.14 file: ./Dockerfile.2
platforms: | platforms: |
linux/amd64 linux/amd64
linux/arm64 linux/arm64

View File

@ -44,7 +44,7 @@ jobs:
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
context: . context: .
file: ./Dockerfile.3.14 file: ./Dockerfile.3
platforms: | platforms: |
linux/amd64 linux/amd64
linux/arm64 linux/arm64