Skip to content

Commit

Permalink
Add docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Choff3 authored Dec 11, 2023
1 parent 6902e71 commit 4421f86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest
environment: buildenv
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4421f86

Please sign in to comment.