Skip to content

Commit

Permalink
chore: testing requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 22, 2024
1 parent 7d3bc0e commit aa0160c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-course-discovery-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Get tag name
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
push: true
target: dev
tags: edxops/discovery-dev:${{ steps.get-tag-name.outputs.result }}
platforms: linux/amd64,linux/arm64

- name: Send failure notification
if: failure()
Expand Down

0 comments on commit aa0160c

Please sign in to comment.