Skip to content

Commit

Permalink
agent,scheduler: Cleanup GIT_INFO usage (#1175)
Browse files Browse the repository at this point in the history
Follow-up to #1109, must have forgotten it there. These are no longer
used.
  • Loading branch information
sharnoff authored Dec 12, 2024
1 parent 69163e9 commit 2198738
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all, so that we also include tags

- uses: actions/setup-go@v5
with:
Expand Down
2 changes: 0 additions & 2 deletions autoscale-scheduler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ARG GO_BASE_IMG=autoscaling-go-base:dev
FROM $GO_BASE_IMG AS builder

ARG GIT_INFO

COPY . .
# NOTE: Build flags here must be the same as in the base image, otherwise we'll rebuild
# dependencies. See /Dockerfile.go-base for detail on the "why".
Expand Down
2 changes: 0 additions & 2 deletions autoscaler-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ARG GO_BASE_IMG=autoscaling-go-base:dev
FROM $GO_BASE_IMG AS builder

ARG GIT_INFO

COPY . .
# NOTE: Build env vars here must be the same as in the base image, otherwise we'll rebuild
# dependencies.
Expand Down

0 comments on commit 2198738

Please sign in to comment.