Skip to content

Commit

Permalink
perf: changed job and image name
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 3, 2024
1 parent 18472d7 commit 1adf3ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- cron: "0 4 * * 1-5" # UTC Time

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

steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
file: ./dockerfiles/registrar.Dockerfile
push: true
target: dev
tags: edxops/registrar-test-dev:${{ steps.get-tag-name.outputs.result }}
tags: edxops/registrar-dev:${{ steps.get-tag-name.outputs.result }}

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

0 comments on commit 1adf3ac

Please sign in to comment.