Skip to content

Commit

Permalink
feat: add docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Oct 18, 2023
1 parent 3b65738 commit 4b43021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_node_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: my-docker-hub-namespace/my-docker-hub-repository
images: sedaprotocol/node

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./dockers/seda-node.Dockerfile
push: true
tags: node-${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4b43021

Please sign in to comment.