Skip to content

Commit

Permalink
Test debug build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Jun 5, 2024
1 parent db54432 commit edf779b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Build dRAGon
run: gradle bootJar -Pversion=$(gradle cV -q -Prelease.quiet)

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

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand All @@ -68,7 +71,9 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
#tags: ${{ steps.meta.outputs.tags }}
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref == 'refs/heads/main' && 'latest' || github.ref }}
labels: ${{ steps.meta.outputs.labels }}

- name: Push Release
Expand Down

0 comments on commit edf779b

Please sign in to comment.