Skip to content

Commit

Permalink
fix(ci): exchange suffix for image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jan 16, 2025
1 parent b2ea130 commit 23fe65c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
fi
echo "${delimiter}" >> $GITHUB_OUTPUT
- name: Build image for push
if: inputs.push == true
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # tag=v6.10.0
Expand All @@ -107,5 +106,4 @@ jobs:
labels: ${{ inputs.image_labels }}
platforms: ${{ inputs.platforms }}
push: true
secrets: ${{ steps.prepare-build-secrets.outputs.build_secrets }}
tags: ${{ steps.tag_suffix.outputs.tags }}
tags: ${{ inputs.image_tags }}
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract metadata for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 23fe65c

Please sign in to comment.