Skip to content

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 28, 2024
1 parent fdbf159 commit 769d3c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .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-contracts

jobs:
docker:
Expand Down

0 comments on commit 769d3c6

Please sign in to comment.