File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
fetch-depth : 0
41
41
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
42
+ if : github.repository_owner == 'mattermost'
42
43
with :
43
44
ecr : false
44
45
username : matterbuild
54
55
run : make package
55
56
56
57
- name : Build
58
+ if : github.repository_owner == 'mattermost'
57
59
run : make docker-push
58
60
59
61
- name : Cleanup
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM} ubuntu:mantic-20240405 AS builder
1
+ FROM --platform=${TARGETPLATFORM} ubuntu:noble-20241118.1 AS builder
2
2
ARG TARGETARCH
3
3
4
4
# Setting bash as our shell, and enabling pipefail option
@@ -9,7 +9,7 @@ WORKDIR /mattermost-push-proxy
9
9
COPY dist/mattermost-push-proxy-linux-${TARGETARCH}.tar.gz /mattermost-push-proxy-linux.tar.gz
10
10
RUN tar -xf /mattermost-push-proxy-linux.tar.gz --strip-components=1 -C /mattermost-push-proxy
11
11
12
- FROM --platform=${TARGETPLATFORM} ubuntu:mantic-20240405
12
+ FROM --platform=${TARGETPLATFORM} ubuntu:noble-20241118.1
13
13
14
14
# Install needed packages and indirect dependencies
15
15
# hadolint ignore=DL3008
You can’t perform that action at this time.
0 commit comments