Skip to content

Commit

Permalink
Temporary use old cache image
Browse files Browse the repository at this point in the history
  • Loading branch information
erthalion committed Oct 10, 2023
1 parent 85a1d7e commit 23e572b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
COLLECTOR_TAG: ${{ inputs.collector-tag }}
DEFAULT_BUILDER_TAG: master
DEFAULT_BUILDER_TAG: cache

jobs:
builder-needs-rebuilding:
Expand Down
2 changes: 1 addition & 1 deletion Makefile-constants.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ifeq ($(COLLECTOR_BUILDER_TAG),)
COLLECTOR_BUILDER_TAG=master
COLLECTOR_BUILDER_TAG=cache
endif

ifeq ($(COLLECTOR_TAG),)
Expand Down

0 comments on commit 23e572b

Please sign in to comment.