Skip to content

Commit

Permalink
build: enable push
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 25, 2024
1 parent ba56b69 commit 788ae7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fhevm-db-migration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "fhEVM DB migtaion Docker Image"
name: "fhEVM DB migration Docker Image"

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
packages: "write"
with:
working-directory: "."
push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
push_image: true
image-name: "fhevm-db-migration"
generate-dev-image: false
docker-file: "fhevm-engine/fhevm-db/Dockerfile"
Expand Down
2 changes: 1 addition & 1 deletion fhevm-engine/fhevm-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:1.74

# Install dependencies and tools
RUN apt-get update && \
apt-get install -y --no-install-recommends libpq-dev postgresql-client vim-common && \
apt-get install -y --no-install-recommends libpq-dev postgresql-client xxd && \
cargo install sqlx-cli --no-default-features --features postgres --locked && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 788ae7d

Please sign in to comment.