fix yml v2
All checks were successful
Automated Container Build / build-and-push (push) Successful in 26s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 26s
This commit is contained in:
parent
240bb17b75
commit
9577fd1cf3
1 changed files with 1 additions and 4 deletions
|
|
@ -8,16 +8,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Log into Local Registry
|
- name: Log into Local Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITHUB_TOKEN }}" | docker login git.elijahkuntz.com -u "${{ gitea.actor }}" --password-stdin
|
echo "${{ secrets.FORGEJO_PAT }}" | docker login git.elijahkuntz.com -u "${{ gitea.actor }}" --password-stdin
|
||||||
|
|
||||||
- name: Build and Push Image
|
- name: Build and Push Image
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue