simplify CI config, add source label to docker image
This commit is contained in:
parent
2a31153618
commit
9453c819a1
2 changed files with 2 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
attestations: write
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: jaredallard/overlay
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Used as the base image for elint and updater.
|
||||
FROM gentoo/stage3
|
||||
LABEL org.opencontainers.image.source="https://github.com/jaredallard/overlay"
|
||||
WORKDIR "/src/updater"
|
||||
|
||||
RUN export MAKEOPTS="-j$(nproc)" && \
|
||||
|
|
Loading…
Add table
Reference in a new issue