Skip to content

Commit

Permalink
chore: push the docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Feb 5, 2021
1 parent 1f829c7 commit 6d0122f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Build container and push tags
uses: docker/[email protected]
with:
push: false
push: true
file: ${{ matrix.containers.file }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: mode=max,type=local,dest=/tmp/.buildx-cache
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ All notable changes to this project will be documented in this file.

---

## `2.10.1`

- actually push the container releases

## `2.10.0`

- add more release targets
Expand Down

0 comments on commit 6d0122f

Please sign in to comment.