This commit is contained in:
parent
f1065bd187
commit
a0c0d9c1a6
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -28,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ vars.FORGEJO_REGISTRY }}
|
registry: ${{ vars.FORGEJO_REGISTRY }}
|
||||||
username: ${{ vars.FORGEJO_USER }}
|
username: ${{ vars.FORGEJO_USER }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue