Install Cargo in Alpine container

This commit is contained in:
Yax 2023-07-07 20:25:27 +02:00
parent 893a1a307c
commit be1f836ce7
2 changed files with 2 additions and 5 deletions

View file

@ -6,10 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.11.0"
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io