Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Aug 16, 2024
1 parent 79d3b6c commit 7172eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- dev
tags:
- 'v*'
- "v*"

env:
REGISTRY: ghcr.io
Expand All @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
node-js-image-version: [20]
subql-node-image-version: [v4.7.0]
subql-node-image-version: [v5.2.2]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7172eab

Please sign in to comment.