mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
Remove dockerbuild build artifacts
This commit is contained in:
parent
a0ae362147
commit
fc7b0713df
5
.github/workflows/docker-reusable.yml
vendored
5
.github/workflows/docker-reusable.yml
vendored
@ -126,6 +126,11 @@ jobs:
|
||||
runs-on: ${{ matrix.builder }}
|
||||
env:
|
||||
PLATFORM: ${{ format('{0}/{1}', 'linux', matrix.target.arch) }}
|
||||
# docker/build-push-action auto-uploads a build-record (.dockerbuild)
|
||||
# artifact and a job summary by default. We don't consume either, so
|
||||
# disable both to keep the workflow run free of stray artifacts.
|
||||
DOCKER_BUILD_RECORD_UPLOAD: false
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user