Migrate from codeberg.org to git.mcintire.me
All checks were successful
Test / test (push) Successful in 1m37s
All checks were successful
Test / test (push) Successful in 1m37s
This commit is contained in:
parent
1c33225b08
commit
a25af9c7b3
1 changed files with 5 additions and 5 deletions
|
|
@ -26,9 +26,9 @@ jobs:
|
||||||
- name: Log in to Container Registry
|
- name: Log in to Container Registry
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.REGISTRY_URL }}
|
registry: git.mcintire.me
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: graham
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
- name: Extract version
|
- name: Extract version
|
||||||
id: version
|
id: version
|
||||||
|
|
@ -43,8 +43,8 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ steps.version.outputs.tag }}
|
VERSION=${{ steps.version.outputs.tag }}
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.REGISTRY_URL }}/${{ github.repository }}:latest
|
git.mcintire.me/${{ github.repository }}:latest
|
||||||
${{ secrets.REGISTRY_URL }}/${{ github.repository }}:${{ steps.version.outputs.tag }}
|
git.mcintire.me/${{ github.repository }}:${{ steps.version.outputs.tag }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -race -v -count=1 -timeout 60s ./...
|
run: go test -race -v -count=1 -timeout 60s ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue