simplify CI config, add source label to docker image

This commit is contained in:
Jared Allard 2024-05-16 21:03:59 -07:00
parent 2a31153618
commit 9453c819a1
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ jobs:
attestations: write attestations: write
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: jaredallard/overlay IMAGE_NAME: ${{ github.repository }}
steps: steps:
- name: Checkout - name: Checkout

View file

@ -1,5 +1,6 @@
# Used as the base image for elint and updater. # Used as the base image for elint and updater.
FROM gentoo/stage3 FROM gentoo/stage3
LABEL org.opencontainers.image.source="https://github.com/jaredallard/overlay"
WORKDIR "/src/updater" WORKDIR "/src/updater"
RUN export MAKEOPTS="-j$(nproc)" && \ RUN export MAKEOPTS="-j$(nproc)" && \