Skip to content

Commit

Permalink
Fix the container build workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jul 10, 2024
1 parent 01252cf commit 84f9724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
with:
cosign-release: 'v2.1.1'

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.22"

- name: Test and Build
run: make all

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker publish (ghcr.io)
name: Publish to ghcr.io

on:
workflow_run:
Expand Down Expand Up @@ -30,9 +30,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down

0 comments on commit 84f9724

Please sign in to comment.