Skip to content

Commit

Permalink
feat: update build instructions for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jan 1, 2024
1 parent 7616195 commit a70cf70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:experimental
# Start from the latest golang base image
FROM golang:alpine AS builder

Expand Down
4 changes: 2 additions & 2 deletions build/package/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
group "default" {
targets = [
"koochooloo"
"saf"
]
}

variable "TAG" {
default = "latest"
}

target "koochooloo" {
target "saf" {
dockerfile = "build/package/Dockerfile"
tags = [
"ghcr.io/1995parham/saf:${TAG}"
Expand Down

0 comments on commit a70cf70

Please sign in to comment.