Skip to content

Commit

Permalink
0.14.1 no cache (#60)
Browse files Browse the repository at this point in the history
Trying to fix docker build
  • Loading branch information
karticus committed Sep 22, 2023
1 parent 3a0c57e commit 9989f4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Build and Push Demo Docker Image
uses: docker/build-push-action@v2
with:
no-cache: true
push: true # Pushes after image build
context: ./
build-args: |
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/lightstep/telemetry-generator/compare/v0.13.0...HEAD)

## [0.14.0](https://github.com/lightstep/telemetry-generator/compare/v0.12.0...v0.13.0) - 2023-8-16
## [0.14.1](https://github.com/lightstep/telemetry-generator/compare/v0.14.0...v0.14.1) - 2023-8-16
### Fixed
* Do not use cache when building docker image

## [0.14.0](https://github.com/lightstep/telemetry-generator/compare/v0.13.0...v0.14.0) - 2023-8-16
### Fixed
* Added tag generators to metrics.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ version for the 10 most recent telemetry-generator versions.

| Telemetry Generator | OpenTelemetry Collector |
|---------------------|-------------------------|
| v0.14.1 | v0.83.0 |
| v0.14.0 | v0.83.0 |
| v0.13.0 | v0.83.0 |
| v0.12.0 | v0.78.1 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.14.1

0 comments on commit 9989f4a

Please sign in to comment.