Skip to content

Commit ed84651

Browse files
committed
Fix dockerfile syntax, disable docker build record upload
Signed-off-by: AlexNDRmac <[email protected]>
1 parent 30e0d9d commit ed84651

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-debian-ext/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11.5-slim as builder
1+
FROM debian:11.5-slim AS builder
22

33
LABEL Description="Base image with custom PHP version based on Debian"
44
LABEL name="spx-profiler-debian11"

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
jobs:
1717
build:
1818
name: build / php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.compiler }}
19-
2019
runs-on: ${{ matrix.os }}
2120
strategy:
2221
fail-fast: false
@@ -35,6 +34,8 @@ jobs:
3534
- { name: debian, ts: 'nts', compiler: 'gcc', os: ubuntu-22.04 }
3635
# macOS
3736
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-13 }
37+
env:
38+
DOCKER_BUILD_RECORD_UPLOAD: false # disable docker buildx record upload as build artifact
3839

3940
steps:
4041
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)