Skip to content

Commit

Permalink
Merge pull request #1211 from eclipse-tractusx/cicd/fix-multi-platfor…
Browse files Browse the repository at this point in the history
…m-push

cicd(Workflows): fix deployment of multi-platform docker images
  • Loading branch information
SujitMBRDI authored Feb 6, 2025
2 parents c9e506d + 474deed commit bad5b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
with:
string: 'v${{ steps.pomVersion.outputs.version }}'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5

- name: Create Docker Tags
id: dockerTags
run: |
Expand Down

0 comments on commit bad5b54

Please sign in to comment.