Skip to content

Commit dbf2027

Browse files
committed
Fix build warning and remove excess tags
1 parent 1ce5010 commit dbf2027

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
context: .
5454
platforms: ${{ matrix.platform }}
5555
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
56-
tags: ${{ env.REGISTRY_IMAGE }}:${{ inputs.version-tag }}-${{ matrix.arch }}
5756
cache-from: type=gha
5857
cache-to: type=gha,mode=max
5958

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the binary
2-
FROM --platform=$BUILDPLATFORM clux/muslrust:stable as builder
2+
FROM --platform=$BUILDPLATFORM clux/muslrust:stable AS builder
33

44
ARG TARGETPLATFORM
55

0 commit comments

Comments
 (0)