wip: 🔕 temporary commit

This commit is contained in:
Paramtamtam 2024-06-29 19:38:13 +04:00
parent cbbe2ea631
commit 9e719c7feb
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -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}