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 a738637 commit 420a6be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: pwd
run: pwd

- name: Build and push
uses: docker/build-push-action@v5
with:
file: ./${{ matrix.dockerfiles }}
context: .
context: ./${{ matrix.directory }}
push: true
tags: |
roshkhatri/valkey:${{ matrix.name }}

0 comments on commit 420a6be

Please sign in to comment.