needed this in the container
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 1m19s

This commit is contained in:
2023-05-09 22:46:46 +02:00
parent 47bb135f64
commit 4e5d28bef2
2 changed files with 3 additions and 4 deletions

View File

@ -11,10 +11,8 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Install Git + Docker
run: |
apt update && apt install git
curl -fsSL https://get.docker.com | sh
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to Container Registry
uses: https://github.com/docker/login-action@v2