Skip to content

Commit

Permalink
ci: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Mar 13, 2024
1 parent 1b9bc8c commit 3ba0338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
fail-fast: false
matrix:
project:
- api
- selfserve
- internal
uses: ./.github/workflows/php.yaml
with:
Expand All @@ -71,8 +69,6 @@ jobs:
fail-fast: false
matrix:
project:
- api
- selfserve
- internal
uses: ./.github/workflows/docker.yaml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}/${{ inputs.app-artefact-name }}
images: ${{ env.ECR_REGISTRY }}/vol-app/${{ inputs.project }}
tags: |
type=sha,format=short
type=semver,enable=${{ inputs.is-release }},pattern={{version}},value=${{ inputs.app-artefact-name }}
Expand Down

0 comments on commit 3ba0338

Please sign in to comment.