Skip to content

Commit 6bf5f2a

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents b1ed3a2 + 9e110a5 commit 6bf5f2a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/github-docker-registry-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ jobs:
213213
context: ./dockerfiles/cpp
214214
platforms: linux/amd64, linux/aarch64
215215
push: true
216-
tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp__${{ env.BRANCH }}
216+
tags: ghcr.io/${{ env.REPO_NAME }}/jenkinsci-tutorials:cpp_${{ env.BRANCH }}

dockerfiles/cpp/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
FROM jenkins/ssh-agent:6.9.0
22

3-
ARG TARGETARCH
4-
ENV ARCHITECTURE=$TARGETARCH
5-
63
# Install necessary C++ build tools
74
RUN apt-get update && apt-get install -y --no-install-recommends \
85
build-essential \

0 commit comments

Comments
 (0)