@@ -17,6 +17,10 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
run: |
|
||||
echo "${{ GITEA_TOKEN }}" | docker login gitea.gofwd.group -u "${{ GITEA_USERNAME }}" --password-stdin
|
||||
|
||||
- name: Pull latest images
|
||||
run: |
|
||||
docker pull gitea.gofwd.group/forward_group/ballistic-builder-spring/spring-api:latest
|
||||
|
||||
Reference in New Issue
Block a user