Skip to content

Commit

Permalink
Fix image build
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Jun 4, 2024
1 parent 4b90445 commit b5a3f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tags: |
ghcr.io/${{ github.repository_owner }}/joylive-agent:latest
ghcr.io/${{ github.repository_owner }}/joylive-agent:${{ github.sha }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64/v8

- name: Logout from GitHub Container Registry
run: docker logout ghcr.io
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build an image using JDK 8
FROM openjdk:8-jdk-alpine AS builder
FROM openjdk:8u342-jdk AS builder

# Set up a working directory
WORKDIR /app
Expand Down

0 comments on commit b5a3f16

Please sign in to comment.