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 2, 2024
1 parent e3d2d13 commit d7811c6
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: 0
BUILD_NUMBER: 1
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="0"
BUILD_NUMBER="1"
LATEST_UBUNTU_VERSION="24.04"

declare -A ubuntu_versions=(
Expand Down

0 comments on commit d7811c6

Please sign in to comment.