Compare commits

..

No commits in common. "43b7e877f2f1fc686cf4f4c9084e7e314551feca" and "0583034ef9357cbe5a387ac34063c988b724d05c" have entirely different histories.

View File

@ -5,7 +5,7 @@ on:
- 'develop' - 'develop'
env: env:
FULL_TAG: git.mrmeeb.stream/mrmeeb/gitea-act-runner FULL_TAG: git.mrmeeb.stream/mrmeeb/gitea-act-runner:develop
jobs: jobs:
"Build Image": "Build Image":
@ -21,20 +21,12 @@ jobs:
registry: git.mrmeeb.stream registry: git.mrmeeb.stream
username: ${{ env.GITHUB_ACTOR }} username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.GTCR_TOKEN }} password: ${{ secrets.GTCR_TOKEN }}
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.FULL_TAG }}
tags: |
type=sha,prefix=develop-
type=raw,value=develop
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ env.FULL_TAG }}
provenance: false provenance: false
- name: Notify on failure - name: Notify on failure
uses: rjstone/discord-webhook-notify@v1 uses: rjstone/discord-webhook-notify@v1