Skip to content

Commit

Permalink
#49 add arm64 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Nov 14, 2023
1 parent 85703ed commit 09dd348
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
---

name: docker-push-containers-to-dockerhub-and-ecr.yaml

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
docker-push-containers-to-dockerhub-and-ecr:
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
uses: Senzing/build-resources/.github/workflows/docker-push-containers-to-dockerhub-and-ecr.yaml@main
with:
build-options: "--push"
docker-image-repository: senzing/senzingapi-tools
ecr-image-repository: senzing/senzingapi-tools
image-tag: ${{ github.ref_name }}
platforms: "linux/amd64,linux/arm64"
secrets:
AWS_DOCKER_ACCOUNT_ID: ${{ secrets.AWS_DOCKER_ACCOUNT_ID }}
DOCKERHUB_ACCESS_TOKEN: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 09dd348

Please sign in to comment.