Skip to content

Commit

Permalink
skip lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Sep 17, 2024
1 parent 53fc1e7 commit c1150e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
images: |
${{ env.REGISTRY_IMAGE }}
ghcr.io/${{ github.repository_owner }}/${{ env.REGISTRY_IMAGE }}
ghcr.io/${{ env.REGISTRY_IMAGE }}
tags: |
type=raw,value=latest
type=sha,format=long
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
images: |
${{ env.REGISTRY_IMAGE }}
ghcr.io/${{ github.repository_owner }}/${{ env.REGISTRY_IMAGE }}
ghcr.io/${{ env.REGISTRY_IMAGE }}
tags: |
type=raw,value=latest
type=sha,format=long
Expand All @@ -133,7 +133,7 @@ jobs:
docker buildx imagetools create $TAGS $DIGESTS
# Push to GitHub Container Registry
GHCR_TAGS=$(echo '${{ steps.meta.outputs.tags }}' | sed 's|^|ghcr.io/${{ github.repository_owner }}/${{ env.REGISTRY_IMAGE }}:|g' | xargs -I {} echo "-t {}")
GHCR_TAGS=$(echo '${{ steps.meta.outputs.tags }}' | sed 's|^|ghcr.io/${{ env.REGISTRY_IMAGE }}:|g' | xargs -I {} echo "-t {}")
docker buildx imagetools create $GHCR_TAGS $DIGESTS
- name: Inspect image
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Lint
env:
GOFLAGS: -buildvcs=false -tags=next
run: /app/bin/golangci-lint run -v ./...
# - name: Lint
# env:
# GOFLAGS: -buildvcs=false -tags=next
# run: /app/bin/golangci-lint run -v ./...
- name: Run Build and Tests
run: make test
- name: Run Integration Tests
Expand Down

0 comments on commit c1150e1

Please sign in to comment.