Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Aug 20, 2024
1 parent 25e09f2 commit da2c688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
tags: |
type=sha
type=raw,value={{tag}}
# QEMU is needed if building arm64 on amd64, but it is commented because the
# build is currently configured to build each natively.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:bookworm as builder
FROM rust:bookworm AS builder
WORKDIR /wd
COPY . .
RUN cargo install --locked --path cmd/stellar-cli --bin stellar --features opt
Expand Down

0 comments on commit da2c688

Please sign in to comment.