explicit docker install?
Some checks failed
Build and docker image / Build (pull_request) Failing after 4s
Some checks failed
Build and docker image / Build (pull_request) Failing after 4s
This commit is contained in:
parent
3f1c8cb6aa
commit
d6dab34e11
@ -13,8 +13,8 @@ jobs:
|
||||
|
||||
- name: Install prerequisites
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y xz-utils unzip
|
||||
apt-get update
|
||||
apt-get install -y xz-utils unzip
|
||||
|
||||
- uses: https://gitea.com/actions/checkout@v4
|
||||
|
||||
@ -25,6 +25,8 @@ jobs:
|
||||
username: ${{ secrets.docker_username }}
|
||||
password: ${{ secrets.docker_password }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build
|
||||
uses: https://github.com/docker/build-push-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user