Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jul 7, 2024
1 parent bbfa25a commit 49bf13f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 49bf13f

Please sign in to comment.