Skip to content

Commit

Permalink
Fix plugin compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Oct 17, 2024
1 parent 75d4380 commit 9661e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugin-compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
GITHUB_TAG=${{ github.ref_name }}
- name: Set docker metadata EE
id: set-metadata
id: set-metadata-ee
uses: docker/metadata-action@v4
with:
images: |
Expand All @@ -105,8 +105,8 @@ jobs:
file: ci/images/plugin-compiler/Dockerfile
platforms: linux/amd64
push: true
labels: ${{ steps.set-metadata.outputs.labels }}
tags: ${{ steps.set-metadata.outputs.tags }}
labels: ${{ steps.set-metadata-ee.outputs.labels }}
tags: ${{ steps.set-metadata-ee.outputs.tags }}
build-args: |
BASE-IMAGE=tykio/golang-cross:${{ env.GOLANG_CROSS }}
GITHUB_SHA=${{ github.sha }}
Expand Down

0 comments on commit 9661e74

Please sign in to comment.