Skip to content

Bump newrelic_rpm from 10.7.0 to 10.7.1 (#129) #71

Bump newrelic_rpm from 10.7.0 to 10.7.1 (#129)

Bump newrelic_rpm from 10.7.0 to 10.7.1 (#129) #71

Workflow file for this run

name: Publish to ECR
on:
workflow_run:
workflows: [test]
types:
- completed
push:
branches:
- main
tags:
- "v*"
jobs:
publish:
name: Publish image
runs-on: ubuntu-22.04
steps:
- name: Build and push to ECR
uses: citizensadvice/build-and-push-action@ee9b56c48ba042c046398776b4bbab8af71ea7ba
with:
aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }}
aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}
dockerfile_context: "."
repository_name: postcoder
multiarch_build: "enabled"
auth_token: ${{ secrets.GITHUB_TOKEN }}