diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 40a2290..d59888b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -17,6 +17,8 @@ jobs: subdir: debian-buster-tools - image: ansible subdir: ezplatform-toolbox + - image: docker-compose + subdir: latest steps: - name: Set up QEMU @@ -39,4 +41,4 @@ jobs: context: "{{defaultContext}}:${{ matrix.image }}/${{ matrix.subdir }}" file: ./Dockerfile push: true - tags: "ghcr.io/code-rhapsodie/docker/${{ matrix.image }}:${{ matrix.subdir }}" \ No newline at end of file + tags: "ghcr.io/code-rhapsodie/docker/${{ matrix.image }}:${{ matrix.subdir }}"