Skip to content

Commit

Permalink
fix: adding context
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 10, 2024
1 parent 7ba9c87 commit e2117d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout current repo
uses: actions/checkout@v4

- name: Get tag name
id: get-tag-name
uses: actions/github-script@v5
Expand All @@ -38,6 +35,7 @@ jobs:
- name: Build and push Dev Docker image
uses: docker/build-push-action@v6
with:
context: .
file: dockerfiles/registrar.Dockerfile
push: true
target: dev
Expand Down

0 comments on commit e2117d6

Please sign in to comment.