Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Sep 2, 2023
1 parent 937cdc7 commit eaf6a09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ secrets.DOCKER_USERNAME }}/bgmi-all-in-one
tags: |
type=raw,value=test
-
name: Set Up QEMU
Expand All @@ -36,8 +38,5 @@ jobs:
platforms: |
linux/amd64
push: false
tags: |
${{ secrets.DOCKER_USERNAME }}/bgmi-all-in-one:test
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit eaf6a09

Please sign in to comment.