Skip to content

Commit bcd1608

Browse files
committed
Update ansiblectl command
1 parent 6c92883 commit bcd1608

File tree

5 files changed

+166
-123
lines changed

5 files changed

+166
-123
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
with:
5757
images: ghcr.io/${{ github.repository }}
5858
tags: |
59-
type=raw,value=${{ matrix.ansible-version }}-preview
60-
type=sha,prefix=${{ matrix.ansible-version }}-,suffix=-preview,format=short
59+
type=raw,value=${{ matrix.ansible-version }}-ci
60+
type=sha,prefix=${{ matrix.ansible-version }}-,suffix=-ci,format=short
6161
6262
- name: Build and Push Docker image
6363
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)