Skip to content

Commit b45e8d3

Browse files
committed
depot project id. change maintainer email
1 parent 908950c commit b45e8d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ jobs:
6464
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'astriaorg/hermes' }}
6565
tags: ${{ steps.metadata.outputs.tags }}
6666
labels: ${{ steps.metadata.outputs.labels }}
67+
project: qz2p12cbtf

ci/release/hermes.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313
RUN cargo build --release
1414

1515
FROM ubuntu:latest
16-
LABEL maintainer="[email protected]"
16+
LABEL maintainer="[email protected]"
1717
ARG UID=1001
1818
ARG GID=1001
1919

0 commit comments

Comments
 (0)