Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
- Fix warning about label synax
- Push latest tag again
  • Loading branch information
DRSchlaubi authored Sep 14, 2024
1 parent 29adc52 commit fb3d095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: write-all

jobs:
mikbot:
uses: mikbot/mikbot-workflow/.github/workflows/[email protected].0
uses: mikbot/mikbot-workflow/.github/workflows/[email protected].1
with:
run-maven-publish: true
update-binary-repository: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jre-alpine
WORKDIR /usr/app
COPY runtime/build/install/mikmusic ./

LABEL org.opencontainers.image.source = "https://github.com/DRSchlaubi/mikbot"
LABEL org.opencontainers.image.source="https://github.com/DRSchlaubi/mikbot"

ENTRYPOINT ["bin/mikmusic"]

0 comments on commit fb3d095

Please sign in to comment.