Skip to content

Commit

Permalink
Update docker/build-push-action action to v3 (#64)
Browse files Browse the repository at this point in the history
* Update docker/build-push-action action to v3

* update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Karl-Johan Grahn <Karl.Johan.Grahn@sinch.com>
  • Loading branch information
3 people committed Jun 13, 2022
1 parent 0bbcdb5 commit b82b84b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0
uses: docker/build-push-action@v3.0.0
with:
context: .
push: ${{github.event_name != 'pull_request'}}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.11] - 2022-06-13
### Update
- Update docker/build-push-action action to v3

## [0.15.10] - 2022-06-13
### Update
- Update docker/login-action action to v2
Expand Down

0 comments on commit b82b84b

Please sign in to comment.