Skip to content

Commit

Permalink
chore: Merge branch 'release/7.3.0-1.6.1-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelCa committed Jun 22, 2023
2 parents 9b5a4f8 + 01c354a commit 0949692
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.3.0-1.6.1-1] - 2022-08-05
### Changed
- Bump varnish version

## [7.1.0-1.6.1-1] - 2022-08-05
### Fixed
- prom exporter varnish working directory
Expand All @@ -14,5 +18,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init repository

[7.3.0-1.6.1-1]: https://github.com/Softizy/varnish-with-prom-exporter-docker/releases/tag/7.3.0-1.6.1-1
[7.1.0-1.6.1-1]: https://github.com/Softizy/varnish-with-prom-exporter-docker/releases/tag/7.1.0-1.6.1-1
[7.1.0-1.6.1]: https://github.com/Softizy/varnish-with-prom-exporter-docker/releases/tag/7.1.0-1.6.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM varnish:7.1
FROM varnish:7.3

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/Softizy/varnish-with-prom-exporter-docker"
Expand Down

0 comments on commit 0949692

Please sign in to comment.