There was an error while loading. Please reload this page.
2 parents e5e83b1 + 232b476 commit 7d312edCopy full SHA for 7d312ed
2 files changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
REPO: ghcr.io/akimitsulebot/bilderna
20
steps:
21
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
22
- name: Build Docker image
23
run: docker build -t $REPO:latest -t $REPO:${GITHUB_SHA::8} .
24
- name: Login to Docker Hub
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
if: "!contains(github.event.commits.*.message, '[skip ci]')"
13
runs-on: ubuntu-latest
14
15
16
- name: Check
17
run: cargo check
- name: Fmt
0 commit comments