build before pushing container
All checks were successful
Rust-build / build (push) Successful in 2m51s

This commit is contained in:
Justine Pelletreau 2023-07-17 17:18:19 +02:00
parent b4c07a3902
commit 2ba26cc33f

View File

@ -33,16 +33,6 @@ jobs:
- name: Build
run: cargo build --release
build-docker:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # all history for all branches and tags
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2