diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 738a63d7d8..46a9c83dd9 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,3 +64,4 @@ jobs: push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'astriaorg/hermes' }} tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} + project: qz2p12cbtf diff --git a/ci/release/hermes.Dockerfile b/ci/release/hermes.Dockerfile index 5e4d26fff8..fdec4ac082 100644 --- a/ci/release/hermes.Dockerfile +++ b/ci/release/hermes.Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN cargo build --release FROM ubuntu:latest -LABEL maintainer="hello@informal.systems" +LABEL maintainer="jesse@astria.org" ARG UID=1001 ARG GID=1001