Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-holgado-latori authored Oct 9, 2024
1 parent 3758091 commit d1224fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Author: Arunkumar Krishnakumar #########
### Please Add new images in the version_tag whenever u create a new Base image

name: IMAGE BUILD
name: DOCKER IMAGE BUILD
concurrency: build

on:
Expand Down Expand Up @@ -39,7 +39,10 @@ jobs:

build:

runs-on: ubuntu-latest
runs-on: unzer-dev-org-runner
env:
ROLE: arn:aws:iam::437291019013:role/unzer-aws-shared-core-shopify-ghaction-ecr-iam-role



steps:
Expand Down Expand Up @@ -80,7 +83,7 @@ jobs:
uses: docker/build-push-action@v5
with:
provenance: false
context: local-docker/Dockerfile
context: ./Dockerfile
platforms: ${{ inputs.platform }}
push: true
tags: ${{ inputs.version_tag }}
Expand Down

0 comments on commit d1224fb

Please sign in to comment.