Skip to content

Commit

Permalink
Docker images CI was added
Browse files Browse the repository at this point in the history
  • Loading branch information
kogeler committed Jul 12, 2024
1 parent 7b822fc commit b855b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-js-image-version: [20-alpine]
node-js-image-version: [20]
subql-node-image-version: [v4.7.0]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -51,6 +51,6 @@ jobs:
load: true
labels: ${{ steps.meta.outputs.labels }}
build-args: |
NODE_JS_IMAGE_VERSION=${{ matrix.node-js-image-version }}
NODE_JS_IMAGE_VERSION=${{ matrix.node-js-image-version }}-alpine
SUBQL_NODE_IMAGE_VERSION=${{ matrix.subql-node-image-version }}
tags: ${{ env.FULL_IMAGE_NAME }}

0 comments on commit b855b08

Please sign in to comment.