Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurMitchell42 <[email protected]>
  • Loading branch information
ArthurMitchell42 authored Dec 10, 2023
1 parent adacfe8 commit ba0c08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

build:

runs-on: python-alpine3.18
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker buildx --file Dockerfile --tag kronos443/nutcase:$(date +%s) --platform linux/amd64,linux/arm64/v8,linux/arm/v7 .
run: docker build --file Dockerfile --tag kronos443/nutcase:$(date +%s) .

0 comments on commit ba0c08b

Please sign in to comment.