Skip to content

Commit bd51b32

Browse files
committed
Also push latest images
1 parent 37e2c7a commit bd51b32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ jobs:
108108
docker push '${{ env.IMAGE_NAME_MAJOR }}'
109109
docker push '${{ env.IMAGE_NAME_UBUNTU_MAJOR }}'
110110
docker push '${{ env.IMAGE_LATEST_UBUNTU_MAJOR }}'
111+
112+
- name: Push Lastest
113+
if: "${{ matrix.version.latest == true }}"
114+
run: |
115+
docker push '${{ env.IMAGE_LATEST }}'
116+
docker push '${{ env.IMAGE_LATEST_UBUNTU }}'

0 commit comments

Comments
 (0)