diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 2768067..756c061 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -40,7 +40,7 @@ jobs: type=semver,pattern={{version}} # Build and push Docker image with Buildx (don't push on PR) - name: Build and push Docker image - uses: docker/build-push-action@v2.9.0 + uses: docker/build-push-action@v2.10.0 with: context: . push: ${{github.event_name != 'pull_request'}} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee4ac8..0fe0149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.6] - 2022-04-01 +### Updates +- Update docker/build-push-action action to v2.10.0 + ## [0.14.5] - 2022-04-01 ### Updates - Update hadolint/hadolint-action action to v1.7.0