We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669af2 commit 9e76b1eCopy full SHA for 9e76b1e
1 file changed
.github/workflows/docker-3.2.yml
@@ -1,21 +1,21 @@
1
-name: docker-3.1dev
+name: docker-3.2
2
3
on:
4
push:
5
branches:
6
- - 3.1dev
+ - 3.2
7
workflow_dispatch:
8
schedule:
9
- cron: "0 8 * * 1"
10
11
env:
12
- BUILD_VERSION: "3.1dev"
+ BUILD_VERSION: "3.2"
13
DOCKER_CLI_EXPERIMENTAL: enabled
14
15
jobs:
16
17
deploy:
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
20
steps:
21
- name: Source checkout
0 commit comments