Skip to content

Commit

Permalink
repaired docker again
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Oct 2, 2024
1 parent 6bfd70e commit 285bfa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ permissions:

jobs:
build_and_push:
runs-on: karnot-arc-runner-set
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 285bfa8

Please sign in to comment.