Skip to content

Commit

Permalink
fix dependabot (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA authored Jun 24, 2024
1 parent 2e79f71 commit 14105d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
build-activemq-docker-image:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 5
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
path: /tmp/activemq.tar
build-geoserver-docker-image:
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 15
if: github.actor != 'dependabot[bot]'
strategy:
matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
deploy-image:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 20
timeout-minutes: 15
env:
latest-ref: refs/heads/develop
strategy:
Expand Down Expand Up @@ -52,6 +52,8 @@ jobs:
id: current_date
run: echo "formatted=$(date -u +%Y.%m.%d)" >> $GITHUB_OUTPUT
- name: Build prod image
if: github.actor != 'dependabot[bot]'
timeout-minutes: 15
id: docker_build_prod
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 14105d5

Please sign in to comment.