Skip to content

Commit 9e76b1e

Browse files
committed
Change content here too
1 parent 6669af2 commit 9e76b1e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: docker-3.1dev
1+
name: docker-3.2
22

33
on:
44
push:
55
branches:
6-
- 3.1dev
6+
- 3.2
77
workflow_dispatch:
88
schedule:
99
- cron: "0 8 * * 1"
1010

1111
env:
12-
BUILD_VERSION: "3.1dev"
12+
BUILD_VERSION: "3.2"
1313
DOCKER_CLI_EXPERIMENTAL: enabled
1414

1515
jobs:
1616

1717
deploy:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- name: Source checkout

0 commit comments

Comments
 (0)