Skip to content

Commit b14290f

Browse files
committed
Bump build number
1 parent d7811c6 commit b14290f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CURRENT_VERSION: 27.3.1
10-
BUILD_NUMBER: 1
10+
BUILD_NUMBER: 2
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

1313
jobs:

create_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
DOCKER_VERSION="27.3.1"
4-
BUILD_NUMBER="1"
4+
BUILD_NUMBER="2"
55
LATEST_UBUNTU_VERSION="24.04"
66

77
declare -A ubuntu_versions=(

0 commit comments

Comments
 (0)