From 9e719c7feb1662beb013e7eabcf315c20364c9f7 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:38:13 +0400 Subject: [PATCH] =?UTF-8?q?wip:=20=F0=9F=94=95=20temporary=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8c5912..5204293 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -99,7 +99,10 @@ jobs: - uses: actions/checkout@v4 - {uses: gacts/github-slug@v1, id: slug} - uses: docker/build-push-action@v5 - with: {push: false, build-args: "APP_VERSION=${{ steps.slug.outputs.commit-hash-short }}", tags: app:ci} + with: + push: false + build-args: "APP_VERSION=${{ steps.slug.outputs.commit-hash-short }}" + tags: app:ci - run: docker save app:ci > ./docker-image.tar - uses: actions/upload-artifact@v4 with: {name: docker-image, path: ./docker-image.tar, retention-days: 1}