Skip to content

Commit

Permalink
Chaning runner
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin authored Feb 4, 2025
1 parent f66b6c7 commit 20fb133
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build-and-push:
runs-on: k8s-infrastructure-dind
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down Expand Up @@ -63,7 +63,9 @@ jobs:
with:
context: .
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: |
linux/amd64
linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 20fb133

Please sign in to comment.