Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiAbyss committed Jul 26, 2024
1 parent 6658a93 commit aa4cb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ jobs:

- name: Build image
run: |
docker build . \
--label "org.opencontainers.image.source=${IMAGE_SOURCE}" \
--label "org.opencontainers.image.revision=$(git rev-parse HEAD)" \
--label "org.opencontainers.image.version=$(git describe --tags --abbrev=0)" \
-f ./server-distroless.dockerfile -t "${IMAGE_NAME}:server-distroless"
docker build . \
--label "org.opencontainers.image.source=${IMAGE_SOURCE}" \
--label "org.opencontainers.image.revision=$(git rev-parse HEAD)" \
--label "org.opencontainers.image.version=$(git describe --tags --abbrev=0)" \
-f ./syncer-distroless.dockerfile -t "${IMAGE_NAME}:syncer-distroless"
docker build -t "${IMAGE_NAME}:server-distroless" .
docker build -t "${IMAGE_NAME}:syncer-distroless" .
- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
Binary file added monitor
Binary file not shown.

0 comments on commit aa4cb7a

Please sign in to comment.