Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin authored Feb 4, 2025
1 parent 20fb133 commit 3eb0c4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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: ubuntu-latest
runs-on: k8s-infrastructure-dind

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

0 comments on commit 3eb0c4b

Please sign in to comment.