@@ -8,9 +8,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Log in to Docker Hub
|
||||
- name: Log in to GitEA Docker Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: localhost
|
||||
username: danthe
|
||||
password: Secret666
|
||||
- name: Set up Docker Buildx
|
||||
|
||||
Reference in New Issue
Block a user