Skip to content

Commit

Permalink
build: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed May 15, 2023
1 parent 5ea9d6c commit 3220e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Login to Amazon Elastic Container Registry Public
uses: docker/[email protected]
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
registry: public.ecr.aws
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 2 additions & 0 deletions quic/s2n-quic-qns/etc/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN cargo install cargo-chef --version 0.1.23
COPY Cargo.toml /app
COPY common /app/common
COPY quic /app/quic
COPY tools/xdp /app/tools/xdp
# Don't include testing crates
RUN rm -rf quic/s2n-quic-bench quic/s2n-quic-events quic/s2n-quic-sim
RUN cargo chef prepare --recipe-path recipe.json
Expand All @@ -25,6 +26,7 @@ RUN set -eux; \
COPY Cargo.toml /app
COPY common /app/common
COPY quic /app/quic
COPY tools/xdp /app/tools/xdp
# Don't include testing crates
RUN rm -rf quic/s2n-quic-bench quic/s2n-quic-events quic/s2n-quic-sim

Expand Down

0 comments on commit 3220e07

Please sign in to comment.