Skip to content

Commit

Permalink
build: adapt docker gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Dec 19, 2024
1 parent 817be39 commit 70bb699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build_push_26.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and Push Docker - 26.x
name: Build and Push Docker - master
on: [push]
jobs:
test:
name: Build and Push Docker - 26.x
name: Build and Push Docker - master
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
repository: BlackcoinDev/docker-blk
ref: main
Expand Down

0 comments on commit 70bb699

Please sign in to comment.