Skip to content

Commit 70bb699

Browse files
committed
build: adapt docker gh-action
1 parent 817be39 commit 70bb699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker_build_push_26.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build and Push Docker - 26.x
1+
name: Build and Push Docker - master
22
on: [push]
33
jobs:
44
test:
5-
name: Build and Push Docker - 26.x
5+
name: Build and Push Docker - master
66
runs-on: ubuntu-20.04
77
steps:
88
- name: Checkout code
9-
uses: actions/checkout@v4.1.7
9+
uses: actions/checkout@v4
1010
with:
1111
repository: BlackcoinDev/docker-blk
1212
ref: main

0 commit comments

Comments
 (0)