Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
Edit action file
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaX86 committed Oct 12, 2021
1 parent 474b5ea commit 204b59b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -25,7 +28,5 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64
tags: aerox86/stock-x:latest

0 comments on commit 204b59b

Please sign in to comment.