File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 platforms : linux/amd64,linux/arm64 # ,linux/arm/v6
114114 push : ${{ github.event_name != 'pull_request' }}
115115 labels : ${{ steps.server.outputs.labels }}
116- tags : ${{ steps.server.outputs.tags }}-ansible2.16.5
116+ tags : ${{ github.ref_name }}-ansible2.16.5
117117
118118
119119 - name : Runner meta
@@ -153,4 +153,4 @@ jobs:
153153 platforms : linux/amd64,linux/arm64 # ,linux/arm/v6
154154 push : ${{ github.event_name != 'pull_request' }}
155155 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
4949
5050ARG TARGETARCH="amd64"
5151# 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}
5354ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
5455
5556RUN apk add --no-cache -U \
You can’t perform that action at this time.
0 commit comments