From 0a73564029495ee83478930c3ffd8e4c85b91e11 Mon Sep 17 00:00:00 2001 From: Jakub Filo Date: Tue, 6 Jun 2023 08:28:30 +0000 Subject: [PATCH] Removed the older version, which is not in Virtualbox repositories --- .gitea/workflows/docker-publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker-publish.yaml b/.gitea/workflows/docker-publish.yaml index 348a535..f588cfd 100644 --- a/.gitea/workflows/docker-publish.yaml +++ b/.gitea/workflows/docker-publish.yaml @@ -17,8 +17,6 @@ jobs: include: - image: git.plantroon.com/plantroon/vagrant-vbox version: 7.0.8 - - image: git.plantroon.com/plantroon/vagrant-vbox - version: 7.0.6 - image: git.plantroon.com/plantroon/vagrant-vbox version: 6.1.44 permissions: @@ -41,7 +39,7 @@ jobs: id: meta uses: https://github.com/docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: - images: plantroon/vbox + images: ${{ matrix.image }} - name: Build and push Docker image id: build-and-push @@ -49,7 +47,7 @@ jobs: with: context: . push: true - tags: ${{ matrix.image}}:${{ matrix.version }} + tags: ${{ matrix.image }}:${{ matrix.version }} labels: ${{ steps.meta.outputs.labels }} build-args: VERSION=${{ matrix.version }}