Skip to content

Commit

Permalink
fix: replaced latest tag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 29, 2024
1 parent 73cb4e3 commit 4a0cf4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
push: true
platforms: ${{ matrix.images.os_platform }}
target: ${{ matrix.images.target }}
tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }}
tags: edxops/${{matrix.images.image_name}}-dev:test
# ${{ steps.get-tag-name.outputs.result }}

- name: Send failure notification
if: ${{ failure() && (matrix.images.owning_team_email) }}
Expand Down

0 comments on commit 4a0cf4f

Please sign in to comment.