We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90e745 commit f45edb5Copy full SHA for f45edb5
.github/workflows/build-docker.yml
@@ -1,7 +1,10 @@
1
name: Build Docker Image
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
jobs:
10
build:
Dockerfile
@@ -1,4 +1,4 @@
-FROM rust:1.82-bookworm AS build
+FROM rust:1.86-bookworm AS build
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
0 commit comments