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 4b43021 commit 5394e93
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 @@ -18,7 +18,7 @@ on:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Push Docker image to GHCR
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand All @@ -38,7 +38,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: sedaprotocol/node
images: ghcr.io/sedaprotocol/node

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5394e93

Please sign in to comment.