Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MikeMoolenaar/htmx-plus-rust-api-pl…
Browse files Browse the repository at this point in the history
…ayground
  • Loading branch information
MikeMoolenaar committed Mar 11, 2024
2 parents bb44c0b + 9cf8dfa commit 3b0c676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
id: build-and-push
uses: docker/build-push-action@v4
with:
context: .
# load: true
cache-from: type=gha
cache-to: type=gha,mode=max,compression=zstd
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clux/muslrust:stable AS chef
FROM clux/muslrust:1.76.0-stable-2024-02-28 AS chef
USER root
RUN cargo install cargo-chef
WORKDIR /app
Expand Down

0 comments on commit 3b0c676

Please sign in to comment.