Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marjo-luc committed Oct 23, 2024
1 parent c1fe62a commit 025a355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ogc-app-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
${{ vars.GITLAB_CONTAINER_REGISTRY }}/${{ env.IMAGE_NAME }}
tags: ${{ steps.meta.outputs.tags }}
tags: algorithm


- name: Build and push algorithm Docker image
Expand All @@ -75,7 +75,7 @@ jobs:
BUILD_CMD=${{ env.BUILD_CMD }}
push: true
pull: true
tags: feature-app-pack-gen
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# - name: Build algorithm docker image
# run: |
Expand Down

0 comments on commit 025a355

Please sign in to comment.