Skip to content

Commit

Permalink
Some minor fixes to make the Actions output nice.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Sep 30, 2024
1 parent 3751ee7 commit 9fc6fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: Build Docker image
uses: docker/build-push-action@v6
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build stage for rust backend
########################################################################################################################

FROM rust:alpine as builder
FROM rust:alpine AS builder

ARG TARGETPLATFORM

Expand Down

0 comments on commit 9fc6fee

Please sign in to comment.