Skip to content

Commit

Permalink
Base change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Bristow committed Jul 29, 2024
1 parent 31d4e10 commit 484f53e
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/jzjad/rpi-checkmk-arm64:latest, ghcr.io/jzjad/rpi-checkmk:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: IMAGE_CMK_BASE=ubuntu:jammy
# build-args: IMAGE_CMK_BASE=ubuntu:jammy
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_CMK_BASE
ARG IMAGE_CMK_BASE="ubuntu:jammy"

FROM ${IMAGE_CMK_BASE}
LABEL org.opencontainers.image.authors="Jimmy Bristow <[email protected]>"
Expand Down

0 comments on commit 484f53e

Please sign in to comment.