Skip to content

Commit

Permalink
properly set plugin name in main build
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored and costela committed Nov 6, 2023
1 parent 0fcaafb commit 15c7bdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- run: make create ARCH=${{ matrix.arch }}
- run: make create PLUGIN_NAME=ghcr.io/${{ github.repository_owner }}/${{ github.repository }} PLUGIN_TAG=$(shell git describe --tags --exact-match 2> /dev/null || echo dev)-${{ matrix.arch }}

test_merge:
runs-on: ubuntu-latest
needs:
- test_build
steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
needs:
- release_build
steps:
- uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 15c7bdf

Please sign in to comment.