Skip to content

Commit 8d58e03

Browse files
committed
ci: usr correct tag for old-ansible image
1 parent 32e2acd commit 8d58e03

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff 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

deployment/docker/server/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ FROM alpine:3.19
4949

5050
ARG 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}
5354
ARG ANSIBLE_VENV_PATH=/opt/semaphore/apps/ansible/${ANSIBLE_VERSION}/venv
5455

5556
RUN apk add --no-cache -U \

0 commit comments

Comments
 (0)