Skip to content

Commit

Permalink
Adapt the publish container images workflow to the modified bsc-docke…
Browse files Browse the repository at this point in the history
…r path
  • Loading branch information
robvanmieghem committed Aug 2, 2023
1 parent bdbc812 commit 040b655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_container_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
push: true
no-cache: true
context: bsc/bridges/stellar/bsc-docker
context: bsc/bsc-docker
tags: ${{ steps.metatbscchain.outputs.tags }}
labels: ${{ steps.metatbscchain.outputs.labels }}

2 changes: 1 addition & 1 deletion .github/workflows/publish_helmcharts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker images
name: Publish Helm charts

on:
release:
Expand Down

0 comments on commit 040b655

Please sign in to comment.