Skip to content

Commit

Permalink
remove patch that make tests faster but incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed Mar 19, 2024
1 parent b17d51e commit 379800f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ permissions:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }} # <organization>/<repository>
# BUILD_ARCHITECTURES: linux/amd64,linux/arm64
BUILD_ARCHITECTURES: linux/amd64
BUILD_ARCHITECTURES: linux/amd64,linux/arm64

jobs:
build-image:
Expand Down Expand Up @@ -65,8 +64,6 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
- run: |
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:edge

push-to-version:
name: Push images (versioned tags)
Expand Down Expand Up @@ -96,5 +93,3 @@ jobs:
annotations: ${{ steps.meta.outputs.annotations }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
- run: |
docker buildx imagetools inspect ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF_NAME }}

0 comments on commit 379800f

Please sign in to comment.