Skip to content

Commit

Permalink
Merge pull request #42 from mjanez/main
Browse files Browse the repository at this point in the history
Sync latest branch
  • Loading branch information
mjanez authored Sep 15, 2023
2 parents 3f598a6 + dc2422d commit 5316525
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and push ckan-pycsw image from main push
name: Build and release image manually

on:
push:
branches:
- main
on: workflow_dispatch

env:
REGISTRY: ghcr.io
Expand All @@ -16,9 +13,8 @@ env:

jobs:
docker:
name: runner/build-docker-push:${{ github.ref_name }}
name: manual/build-docker-push:${{ github.ref_name }}
runs-on: ubuntu-latest
if: github.event_name == 'push'

steps:
- name: Set up QEMU
Expand Down Expand Up @@ -71,4 +67,4 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: trivy-results.sarif
sarif_file: trivy-results.sarif

0 comments on commit 5316525

Please sign in to comment.