ubuntu-latest already has docker????
All checks were successful
Gitea Actions Demo / Build-Docker-Image (push) Successful in 11s

This commit is contained in:
Lazy Hippopotamus
2025-02-05 11:46:35 -05:00
parent f076c567ed
commit b07048c399

View File

@@ -8,8 +8,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build Image
run: docker build . -t ${{secret.DOCKER_REGISTRY}}/${{ gitea.event.repository.name }}:${{ gitea.head_ref }}.${{ gitea.sha }}
- name: Login to Registry