Compare commits

..

1 Commits

Author SHA1 Message Date
a6ed19d120 Update golang Docker tag to v1.22
All checks were successful
Test Pull Requests / Build Image (pull_request) Successful in 3m50s
Test Pull Requests / Notify (pull_request) Successful in 3s
2024-04-16 03:46:39 +00:00
2 changed files with 6 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,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

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