Skip to content

Commit

Permalink
Try to fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoretsu committed Jan 22, 2024
1 parent adb80fa commit 82b7621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build and push Docker image to Docker Hub

on:
release:
types: [created]
workflow_dispatch:

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -11,6 +14,9 @@ jobs:

- name: 🏗 Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: 🏗 Setup Node.js environment
uses: actions/setup-node@main
Expand Down

0 comments on commit 82b7621

Please sign in to comment.