fix apt-get install

This commit is contained in:
Pavel 2025-03-30 18:10:41 +03:00
parent 1626c0ead5
commit 396cbb1911

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker
run: apt-get install -y --no-install-recommends docker
run: apt update && apt-get install -y --no-install-recommends docker
- name: Login to Docker Registry
uses: docker/login-action@v3