Skip to content

Commit

Permalink
chore(ci): fix Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
doublecompile committed Apr 19, 2024
1 parent 2e179fc commit 02ed42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: build

on:
pull_request:
- main
branches:
- main

workflow_dispatch: {}

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
tags: ${{ steps.meta.outputs.tags }}

- name: Export digest
run: |
Expand Down

0 comments on commit 02ed42e

Please sign in to comment.