Skip to content

Commit

Permalink
chore: remove cache from build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Apr 28, 2024
1 parent f188f74 commit b548514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:latest
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm64, linux/arm/v7
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ WORKDIR /app
COPY --from=build-env /src/goapp /app/goapp
RUN chmod +x /app/goapp
RUN apt-get update -y && apt-get install -y ca-certificates
ENTRYPOINT /app/goapp
ENTRYPOINT bash

0 comments on commit b548514

Please sign in to comment.