Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri committed Apr 3, 2024
1 parent 10e241d commit 888e854
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- name: Print Matrix JSON
run: |
for tag in ${{ matrix.tags }}; do
echo "Tag: $tag"
done
- uses: actions/checkout@v4
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
Expand Down Expand Up @@ -79,4 +74,4 @@ jobs:
context: .
push: true
tags: |
roshkhatri/${{ matrix.meta.tags }}
roshkhatri/valkey:${{ matrix.name }}

0 comments on commit 888e854

Please sign in to comment.