Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Nov 16, 2023
1 parent 11accec commit dc827c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- squid-v*
- airflow2-v*
- litespeed-v*
- ansible-rockylinux-*
- tfaws-v*
- tfgcp-v*

Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
tags: ghcr.io/${{ env.REPO_OWNER }}/squid-lxc:latest,ghcr.io/${{ env.REPO_OWNER }}/squid-lxc:${{ env.VERSION }}

- name: "[ghcr.io/${{ env.REPO_OWNER }}/ansible-rockylinux] Push image to GitHub Container Registry"
if: contains(github.ref, 'tags/squid-v')
if: contains(github.ref, 'tags/ansible-rockylinux-v')
uses: docker/build-push-action@v5
env:
DOCKER_CONTENT_TRUST: 1
Expand Down

0 comments on commit dc827c5

Please sign in to comment.