From aba72cb7552bba08bba14942b6f8313db167a3a2 Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Mon, 11 Sep 2023 12:22:27 +0200 Subject: [PATCH] test ci Signed-off-by: Gabriele Santomaggio --- .github/workflows/docker-image.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a6d5e4f..7deaa81 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,17 +14,17 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - name: Build and export - uses: docker/build-push-action@v4 - with: - context: . - tags: myimage:latest - outputs: type=docker,dest=/tmp/myimage.tar - - name: Upload artifact - uses: actions/upload-artifact@v3 - with: - name: myimage - path: /tmp/myimage.tar + uses: actions/checkout@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + - name: Build and export + uses: docker/build-push-action@v4 + with: + context: . + tags: myimage:latest + outputs: type=docker,dest=/tmp/myimage.tar + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: myimage + path: /tmp/myimage.tar