Skip to content

Commit 97a4fc5

Browse files
authored
Merge pull request #1053 from lbatalha/iturhfprop-action-ctx-fix
Iturhfprop action ctx fix
2 parents 41da07a + ab9ed06 commit 97a4fc5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/docker-dxspider-proxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ permissions:
2929
jobs:
3030
build-and-push:
3131
runs-on: ubuntu-latest
32+
timeout-minutes: 15
3233
permissions:
3334
contents: write
3435
packages: write
@@ -70,7 +71,7 @@ jobs:
7071
id: push
7172
uses: docker/build-push-action@v7
7273
with:
73-
context: .
74+
context: ./dxspider-proxy
7475
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
7576
tags: ${{ steps.meta.outputs.tags }}
7677
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-iturhfprop-service.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ permissions:
2929
jobs:
3030
build-and-push:
3131
runs-on: ubuntu-latest
32+
timeout-minutes: 30
3233
permissions:
3334
contents: write
3435
packages: write
@@ -70,7 +71,7 @@ jobs:
7071
id: push
7172
uses: docker/build-push-action@v7
7273
with:
73-
context: .
74+
context: ./iturhfprop-service
7475
push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
7576
tags: ${{ steps.meta.outputs.tags }}
7677
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/docker-openhamclock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ permissions:
2929
jobs:
3030
build-and-push:
3131
runs-on: ubuntu-latest
32+
timeout-minutes: 30
3233
permissions:
3334
contents: write
3435
packages: write

0 commit comments

Comments
 (0)