Skip to content

Commit

Permalink
add: workflow build docker image
Browse files Browse the repository at this point in the history
Signed-off-by: MicroOps <[email protected]>
  • Loading branch information
MicroOps-cn committed Oct 24, 2024
1 parent 1ebf16f commit 702f41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
run-name: ${{ github.actor }} is build image 🚀
on: [push]
env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
merge:
runs-on: ubuntu-latest
needs:
- build
- build-image
steps:
- name: Download digests
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 702f41d

Please sign in to comment.