Skip to content

Commit

Permalink
fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Sep 25, 2023
1 parent 3343a7c commit ea071cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/joystream-apps-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: docker push joystream/storage-node:latest

- name: Push distributor-node latest tag
if: github.ref == 'refs/heads/master' && (contains(github.event.inputs.packages, 'query-node') || github.event.inputs.packages == '*')
if: github.ref == 'refs/heads/master' && (contains(github.event.inputs.packages, 'distributor-node') || github.event.inputs.packages == '*')
run: docker push joystream/distributor-node:latest

- name: Push query-node latest tag
Expand Down

0 comments on commit ea071cc

Please sign in to comment.