We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31e1124 + 27c03e7 commit 3353aa2Copy full SHA for 3353aa2
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Docker Meta
47
id: meta
48
- uses: docker/metadata-action@v3
+ uses: docker/metadata-action@v4
49
with:
50
images: ${{ env.IMAGE_NAMESPACE }}
51
tags: |
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 1.0.0 (2022-11-02)
4
5
6
+### Features
7
8
+* initial repository commit ([2411ea5](https://github.com/wayofdev/docker-postgres/commit/2411ea5a472ced50cd4fd2d3daf823d75570ca99))
0 commit comments