File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
platforms : linux/amd64,linux/arm64 # ,linux/arm/v6
114
114
push : ${{ github.event_name != 'pull_request' }}
115
115
labels : ${{ steps.server.outputs.labels }}
116
- tags : ${{ steps.server.outputs.tags }}-ansible2.16.5
116
+ tags : ${{ github.ref_name }}-ansible2.16.5
117
117
118
118
119
119
- name : Runner meta
@@ -153,4 +153,4 @@ jobs:
153
153
platforms : linux/amd64,linux/arm64 # ,linux/arm/v6
154
154
push : ${{ github.event_name != 'pull_request' }}
155
155
labels : ${{ steps.runner.outputs.labels }}
156
- tags : ${{ steps.runner.outputs.tags }}-ansible2.16.5
156
+ tags : ${{ github.ref_name }}-ansible2.16.5
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ FROM alpine:3.19
49
49
50
50
ARG TARGETARCH="amd64"
51
51
# renovate: datasource=pypi depName=ansible
52
- ENV ANSIBLE_VERSION 11.1.0
52
+ ARG ANSIBLE_VERSION=11.1.0
53
+ ENV ANSIBLE_VERSION=${ANSIBLE_VERSION}
53
54
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
54
55
55
56
RUN apk add --no-cache -U \
You can’t perform that action at this time.
0 commit comments