Skip to content

Commit

Permalink
Merge branch 'fix/r-pb' of https://github.com/bitovi/n8n into fix/r-pb
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Kais committed Jan 8, 2025
2 parents 431583a + 2a154a5 commit 5c57c7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Debug Publish Branch
run: echo "${{ github.event.pull_request.base.ref }}"
- run: corepack enable
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.ref }}

- name: Set up Docker Buildx
uses: docker/[email protected]
Expand All @@ -78,6 +80,12 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Debugging1
run: ls -R ./docker/images/n8n

- name: Debugging2
run: cat ./docker/images/n8n/Dockerfile

- name: Build and Push Docker Image
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 5c57c7d

Please sign in to comment.