From 49bf13f13a0b53c20b5e416411d756021bcd14d2 Mon Sep 17 00:00:00 2001 From: cruizba Date: Sun, 7 Jul 2024 19:11:52 +0200 Subject: [PATCH] Typo --- .github/workflows/build-and-push-docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml index 0dec61c..f775723 100644 --- a/.github/workflows/build-and-push-docker-image.yml +++ b/.github/workflows/build-and-push-docker-image.yml @@ -32,7 +32,7 @@ jobs: platforms: linux/amd64,linux/arm64 tags: > cruizba/ubuntu-dind:focal-${{ env.CURRENT_VERSION }}, - cruizba/ubuntu-dind:focal-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }} + cruizba/ubuntu-dind:focal-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}, cruizba/ubuntu-dind:focal-latest - name: Ubuntu 22.04 - Build and push @@ -43,7 +43,7 @@ jobs: platforms: linux/amd64,linux/arm64 tags: > cruizba/ubuntu-dind:jammy-${{ env.CURRENT_VERSION }}, - cruizba/ubuntu-dind:jammy-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }} + cruizba/ubuntu-dind:jammy-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}, cruizba/ubuntu-dind:jammy-latest - name: Ubuntu 24.04 - Build and push @@ -55,5 +55,5 @@ jobs: tags: > cruizba/ubuntu-dind:noble-${{ env.CURRENT_VERSION }}, cruizba/ubuntu-dind:noble-${{ env.CURRENT_VERSION }}-r${{ env.BUILD_NUMBER }}, - cruizba/ubuntu-dind:noble-latest + cruizba/ubuntu-dind:noble-latest, cruizba/ubuntu-dind:latest