Skip to content

Commit

Permalink
Merge pull request #1177 from alphagov/pp-12111/s3_bin_ranges
Browse files Browse the repository at this point in the history
PP-12111 image build source bin ranges from s3
  • Loading branch information
nlsteers authored Mar 22, 2024
2 parents ffdb62a + 1a57137 commit 11df357
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-trigger-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Trigger release

on:
workflow_dispatch:

jobs:
authorised_user_check:
runs-on: ubuntu-latest
if: github.actor == 'alphagov-pay-ci-concourse'
steps:
- run: echo "alphagov-pay-ci-concourse triggered a new release"

trigger_release:
needs: authorised_user_check
uses: ./.github/workflows/post-merge.yml
1 change: 1 addition & 0 deletions m1/arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FROM eclipse-temurin:11-jre@sha256:6acdf03a39421e52991b16780ba8826e61a70cd23918d
RUN ["apt-get", "update"]
RUN ["apt-get", "upgrade", "-y"]
RUN ["apt-get", "install", "-y", "tini"]
RUN ["apt-get", "clean"]

ARG DNS_TTL=15

Expand Down

0 comments on commit 11df357

Please sign in to comment.