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 4, 2024
1 parent 572941b commit 6ddafe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:

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

- name: Test
run: |
ls -ail backend/
ls -ailR backend/build
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand All @@ -46,15 +51,14 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v5
with:
images: |
dragon-okinawa/dragon
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down

0 comments on commit 6ddafe1

Please sign in to comment.