Skip to content

Commit

Permalink
depot project id. change maintainer email
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Jun 4, 2024
1 parent 908950c commit b45e8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci/release/hermes.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN cargo build --release

FROM ubuntu:latest
LABEL maintainer="[email protected]"
LABEL maintainer="[email protected]"
ARG UID=1001
ARG GID=1001

Expand Down

0 comments on commit b45e8d3

Please sign in to comment.