Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.9.0 to 6.10.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent d07d1b8 commit 5d0c561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
install: true

- name: Build Docker image and store in cache
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
with:
context: .
push: false
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72-slim as base
FROM rust:1.72-slim AS base

# Setup build environment
RUN apt-get update && \
Expand All @@ -20,4 +20,4 @@ WORKDIR /opt/representer

COPY --from=base /representer/bin /opt/representer/bin

ENTRYPOINT ["bin/run.sh"]
ENTRYPOINT ["bin/run.sh"]

0 comments on commit 5d0c561

Please sign in to comment.