Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Sep 10, 2024
1 parent cb8e4e7 commit a8c8541
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/kona_fpp_docker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Publish Kona FPP Images

on: [workflow_dispatch, workflow_call]
on: [workflow_dispatch, workflow_call, push]

env:
REGISTRY: ghcr.io
Expand All @@ -25,10 +25,6 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit a8c8541

Please sign in to comment.