Skip to content

Commit

Permalink
Update build-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roshkhatri authored Mar 29, 2024
1 parent 6bf8b0c commit f0aabb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: make install
run: make install
- name: make
run: make

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -27,7 +27,6 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
file: ./dockerfiles/Dockerfile
context: .
push: true
tags: roshkhatri/valkeydemo:latest
tags: roshkhatri/valkeydemo:latest

0 comments on commit f0aabb4

Please sign in to comment.