Compare commits
No commits in common. "b12b6b467cd42125b12cbb53e35cc9995d83f9c0" and "60f0728208d68cf7536b7267b07b67f5106c8a5f" have entirely different histories.
b12b6b467c
...
60f0728208
@ -9,7 +9,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
"Build Image":
|
"Build Image":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: ubuntu-docker-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@ -19,8 +19,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.mrmeeb.stream
|
registry: git.mrmeeb.stream
|
||||||
username: ${{ env.GITHUB_ACTOR }}
|
username: ${{ secrets.GT_USERNAME }}
|
||||||
password: ${{ secrets.GTCR_TOKEN }}
|
password: ${{ secrets.GT_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
@ -38,7 +38,8 @@ jobs:
|
|||||||
username: Gitea
|
username: Gitea
|
||||||
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
||||||
"Notify":
|
"Notify":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: ubuntu-docker-latest
|
||||||
|
needs: ["Build Image"]
|
||||||
steps:
|
steps:
|
||||||
- name: Notify of success
|
- name: Notify of success
|
||||||
uses: rjstone/discord-webhook-notify@v1
|
uses: rjstone/discord-webhook-notify@v1
|
||||||
|
@ -9,7 +9,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
"Build Image":
|
"Build Image":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: ubuntu-docker-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
username: Gitea
|
username: Gitea
|
||||||
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
avatarUrl: ${{ vars.RUNNER_ICON_URL }}
|
||||||
"Notify":
|
"Notify":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: ubuntu-docker-latest
|
||||||
needs: ["Build Image"]
|
needs: ["Build Image"]
|
||||||
steps:
|
steps:
|
||||||
- name: Notify of success
|
- name: Notify of success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user