Skip to content

Commit

Permalink
add pull_request pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Oct 12, 2024
1 parent 814becd commit a598047
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ jobs:
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}

- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
file: Dockerfile.alpine
tags: ${{ steps.docker-metadata.outputs.tags }}-alpine
labels: ${{ steps.docker-metadata.outputs.labels }}

build-cli-and-manifests:
name: Build the CLI binaries and manifests
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Unit tests

on:
workflow_call:
pull_request:
push:
paths:
- "**.go"
Expand Down
24 changes: 0 additions & 24 deletions Dockerfile.alpine

This file was deleted.

0 comments on commit a598047

Please sign in to comment.