Skip to content

Commit

Permalink
Update pipeline for new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ottolote committed May 2, 2024
1 parent 79f5fa5 commit 7d53863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./publisher
context: ./markdown2confluence
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: ./publisher/Dockerfile
file: ./markdown2confluence/Dockerfile
tags: |
${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm/v7,linux/arm64

0 comments on commit 7d53863

Please sign in to comment.