Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Feb 15, 2025
1 parent eb8c395 commit b8ccd56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
timeout-minutes: 3600
strategy:
matrix:
features: ['', 'full']
features: ['', '-full']
steps:
- name: Change Swap Space
run: |
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
images: |
vicanso/pingap
tags: |
type=semver,pattern={{version}},suffix=${{ matrix.features == 'full' ? '-full' : '' }}
type=semver,pattern={{version}},suffix=${{ matrix.features }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand All @@ -319,7 +319,7 @@ jobs:
id: build_args
run: |
if [ "${{ matrix.features }}" != "" ]; then
echo "BUILD_ARGS=--features=${{ matrix.features }}" >> $GITHUB_OUTPUT
echo "BUILD_ARGS=--features=full" >> $GITHUB_OUTPUT
fi
- name: Build and push
id: docker_build
Expand Down

0 comments on commit b8ccd56

Please sign in to comment.