Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: contracts docker build push workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Mar 27, 2024
1 parent fdbf159 commit ab4a97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract-docker-build-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Contracts - Docker build and push
name: Contracts_docker_build_push

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contract-docker-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: topos-smart-conracts

jobs:
docker:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit ab4a97d

Please sign in to comment.