Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Paulic committed Sep 20, 2024
1 parent 0144279 commit f0778ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:

- name: Build Docker Image
with:
PLATFORM: ${{ input.platform }}
platform: ${{ inputs.platform }}
run: |
echo "Building image: $REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
docker build --platform $PLATFORM -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG $DOCKER_DIR
docker build --platform $platform -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG $DOCKER_DIR
- name: Push Docker image
run: |
Expand Down

0 comments on commit f0778ae

Please sign in to comment.