Compare commits

..

No commits in common. "b12b6b467cd42125b12cbb53e35cc9995d83f9c0" and "60f0728208d68cf7536b7267b07b67f5106c8a5f" have entirely different histories.

2 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,7 @@ env:
jobs:
"Build Image":
runs-on: [ubuntu-docker-latest, linux/amd64]
runs-on: ubuntu-docker-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -19,8 +19,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.mrmeeb.stream
username: ${{ env.GITHUB_ACTOR }}
password: ${{ secrets.GTCR_TOKEN }}
username: ${{ secrets.GT_USERNAME }}
password: ${{ secrets.GT_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
@ -38,7 +38,8 @@ jobs:
username: Gitea
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
runs-on: ubuntu-docker-latest
needs: ["Build Image"]
steps:
- name: Notify of success
uses: rjstone/discord-webhook-notify@v1

View File

@ -9,7 +9,7 @@ env:
jobs:
"Build Image":
runs-on: [ubuntu-docker-latest, linux/amd64]
runs-on: ubuntu-docker-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
@ -32,7 +32,7 @@ jobs:
username: Gitea
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
"Notify":
runs-on: [ubuntu-docker-latest, linux/amd64]
runs-on: ubuntu-docker-latest
needs: ["Build Image"]
steps:
- name: Notify of success