Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 committed Sep 28, 2024
1 parent 2ddf28c commit 62027e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Build and push images
run: |
IMAGE_NAME=ghcr.io/${{ github.repository }}
docker buildx build --platform="linux/amd64,linux/arm64,linux/aarch64" --push -t $IMAGE_NAME:${{ github.sha }} -t $IMAGE_NAME:latest .
docker buildx build --push -t $IMAGE_NAME:${{ github.sha }} -t $IMAGE_NAME:latest .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM --platform=$BUILDPLATFORM golang AS builder
FROM golang AS builder
WORKDIR /app
COPY . .
RUN go mod download
Expand Down

0 comments on commit 62027e2

Please sign in to comment.