Skip to content

Commit

Permalink
fix(quetzalcoatl): remove redundant compose file (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami authored Sep 24, 2024
1 parent a2d4540 commit 481a13b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/step-deploy-to-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
images: ${{ inputs.namespace }}/${{ inputs.repository }}
tags: |
type=semver,pattern={{version}}
type=match,pattern=(.*)-v(\d.\d.\d),group=1
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-deploy-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.image_name }}
tags: |
type=semver,pattern={{version}}
type=match,pattern=(.*)-v(\d.\d.\d),group=1
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down
28 changes: 0 additions & 28 deletions quetzalcoatl-auth/docker-compose.yaml

This file was deleted.

0 comments on commit 481a13b

Please sign in to comment.