Skip to content

Commit

Permalink
fix(ci): fix plugin builder action
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Sep 6, 2023
1 parent 416acd3 commit 849b115
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,8 @@ jobs:
uses: docker/build-push-action@v3
with:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.PLUGIN_BUILDER_DOCKER_REGISTRY_REPOSITORY }}:${{ env.BRANCH }}
ghcr.io/${{ env.GH_ORGANIZATION }}/plugin-builder:${{ env.BRANCH }}
target: "${{ steps.meta_builder.outputs.tags }}"
target: base
tags: "${{ steps.meta_builder.outputs.tags }}"
labels: "${{ steps.meta_builder.outputs.labels }}"
build-args: |
BUILD_NUMBER=${{ env.SHA_SHORT }}
Expand Down

0 comments on commit 849b115

Please sign in to comment.