Skip to content

Commit 4000aaf

Browse files
committed
- Fix workflow reference from another branch
1 parent 85b7981 commit 4000aaf

File tree

6 files changed

+19
-21
lines changed

6 files changed

+19
-21
lines changed

.github/workflows/nightly-unstable-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ on:
77

88
jobs:
99
build-and-test-unstable:
10-
uses: ./.github/workflows/pre-merge.yml@unstable
11-
with:
12-
ref: 'unstable'
10+
uses: redis/docker-library-redis/.github/workflows/pre-merge.yml@unstable

7.2/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.2/debian/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/debian/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
}
113113
},
114114
"7.2": {
115-
"version": "7.2.8",
116-
"url": "http://download.redis.io/releases/redis-7.2.8.tar.gz",
117-
"sha256": "6be4fdfcdb2e5ac91454438246d00842d2671f792673390e742dfcaf1bf01574",
115+
"version": "7.2.9",
116+
"url": "http://download.redis.io/releases/redis-7.2.9.tar.gz",
117+
"sha256": "2343cc49db3beb9d2925a44e13032805a608821a58f25bd874c84881115a20b7",
118118
"debian": {
119119
"version": "bookworm"
120120
},
@@ -224,9 +224,9 @@
224224
}
225225
},
226226
"7.4": {
227-
"version": "7.4.3",
228-
"url": "http://download.redis.io/releases/redis-7.4.3.tar.gz",
229-
"sha256": "e1807d7c0f824f4c5450244ef50c1e596b8d09b35d03a83f4e018fb7316acf45",
227+
"version": "7.4.4",
228+
"url": "http://download.redis.io/releases/redis-7.4.4.tar.gz",
229+
"sha256": "985c465146453f4d79912e70b2dc516577a1667cbf9b0420a0c87878fcc6f32f",
230230
"debian": {
231231
"version": "bookworm"
232232
},

0 commit comments

Comments
 (0)