Skip to content

Commit

Permalink
Merge pull request #867 from rocket-admin/backend_rework_agent_docker…
Browse files Browse the repository at this point in the history
…file

Refactor docker-bake.hcl paths for rocket admin agent image build
  • Loading branch information
Artuomka authored Oct 21, 2024
2 parents 57e0aae + 012fd9b commit 1c5cbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocketadmin-agent/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ group "default" {

target "image-local" {
context = "../"
dockerfile = "Dockerfile.rocketadmin-agent"
dockerfile = "../Dockerfile.rocketadmin-agent"
}

target "image" {
inherits = ["docker-metadata-action"]
context = "../"
dockerfile = "Dockerfile.rocketadmin-agent"
dockerfile = "../Dockerfile.rocketadmin-agent"
}

target "image-all" {
Expand Down

0 comments on commit 1c5cbc2

Please sign in to comment.