Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marjo-luc committed Feb 11, 2025
1 parent 251d142 commit 0b01c20
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# action.yml
name: "Build OGC Application Package"
description: "A GitHub Action to build an OGC Application Package"
description: "A GitHub Action to build an OGC Application Package."
inputs:
algorithm-config-path:
description: "Path to the algorithm configuration file"
Expand All @@ -9,6 +9,9 @@ inputs:
description: "GitHub token for authentication"
required: true

permissions:
contents: write

runs:
using: "composite"
steps:
Expand All @@ -32,7 +35,7 @@ runs:
shell: bash

- name: List
run: pwd
run: ls -la
shell: bash

- name: Source build config environment variables
Expand All @@ -57,14 +60,6 @@ runs:
run: printenv
shell: bash

# - name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: |
# ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# tags: algorithm

- name: Build and push algorithm Docker image
id: push-algorithm
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 0b01c20

Please sign in to comment.