Skip to content

Commit

Permalink
fix: changed key
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 11, 2024
1 parent 5a179b9 commit c3ee07b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
return tagName;
result-encoding: string

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -42,7 +48,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
dockerfile: dockerfiles/registrar.Dockerfile
file: dockerfiles/registrar.Dockerfile
push: true
target: dev
tags: edxops/registrar-devstack-dev:${{ steps.get-tag-name.outputs.result }},${{ github.sha }}
Expand Down

0 comments on commit c3ee07b

Please sign in to comment.