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

Commit

Permalink
feat: reinstate contracts Docker build push
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <sjcool420@hotmail.co.uk>
  • Loading branch information
JDawg287 committed Mar 18, 2024
1 parent 5cddf81 commit 031d558
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
Expand Up @@ -2,7 +2,7 @@ name: Contracts - Docker build and push

on:
push:
branches: main
branches: feat/TP-888
pull_request:
release:
types: [created]
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 @@ -50,7 +50,7 @@ jobs:
- name: Push to GitHub Container Registry
uses: docker/build-push-action@v3
with:
context: .
context: ./contracts
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 031d558

Please sign in to comment.