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