mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
wip: 🔕 temporary commit
This commit is contained in:
parent
cbbe2ea631
commit
9e719c7feb
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -99,7 +99,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- {uses: gacts/github-slug@v1, id: slug}
|
- {uses: gacts/github-slug@v1, id: slug}
|
||||||
- uses: docker/build-push-action@v5
|
- 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
|
- run: docker save app:ci > ./docker-image.tar
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with: {name: docker-image, path: ./docker-image.tar, retention-days: 1}
|
with: {name: docker-image, path: ./docker-image.tar, retention-days: 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user