Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Mar 4, 2024
1 parent 5eefb9a commit 04387c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Buildx Action

on:
push
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
contents: write
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v3

-
name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Build Docker image (manual)
run: ./run.sh

0 comments on commit 04387c1

Please sign in to comment.