Skip to content

Commit

Permalink
Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Nov 9, 2024
1 parent d7811c6 commit b14290f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CURRENT_VERSION: 27.3.1
BUILD_NUMBER: 1
BUILD_NUMBER: 2
LATEST_UBUNTU_VERSION: "24.04"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion create_image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DOCKER_VERSION="27.3.1"
BUILD_NUMBER="1"
BUILD_NUMBER="2"
LATEST_UBUNTU_VERSION="24.04"

declare -A ubuntu_versions=(
Expand Down

0 comments on commit b14290f

Please sign in to comment.