Update .gitea/workflows/build_push.yml
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 5s
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 5s
This commit is contained in:
parent
160c899a37
commit
62ebaea69a
@ -8,15 +8,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-intranet
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Show environment variables
|
|
||||||
run: |
|
|
||||||
set
|
|
||||||
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user