File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414 # types: [published]
1515 workflow_dispatch :
1616
17-
1817env :
1918 REGISTRY : ghcr.io
2019 IMAGE_NAME : fmotalleb/crontab-go
4140 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4241 tags : |
4342 type=semver,pattern={{version}}
44- - name : Build and push Docker image Slim (bookworm-slim)
43+ - name : Build and push Docker image Slim
4544 uses : docker/build-push-action@v6
4645 with :
4746 context : .
6059 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-static
6160 ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest-static
6261 labels : ${{ steps.meta.outputs.labels }}
63- target : " static"
62+ target : " static"
Original file line number Diff line number Diff line change 1111
1212# ──────────────────────────────────────────────────────────────────────────────
1313# Output debian slim version: has a shell to execute commands and can be extended
14- FROM debian:bookworm -slim AS slim
14+ FROM debian:trixie -slim AS slim
1515
1616COPY crontab-go /bin/crontab-go
1717
You can’t perform that action at this time.
0 commit comments