Skip to content

Commit

Permalink
fix: triggering workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 23, 2024
1 parent 4ab9f8c commit b79ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
file: ./dockerfiles/${{matrix.images.image_name}}.Dockerfile
push: true
no-cache: 'true'
no-cache: true
platforms: ${{ matrix.images.platform }}
target: ${{ matrix.images.target }}
tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }}
Expand Down

0 comments on commit b79ccda

Please sign in to comment.