Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Feb 11, 2024
1 parent d97ca6b commit 7d70a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
type=sha
-
name: Build and push scratch image
id: docker_build
id: docker_build_scratch
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -89,7 +89,7 @@ jobs:
type=sha,suffix=-alpine
-
name: Build and push alpine image
id: docker_build
id: docker_build_alpine
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 7d70a48

Please sign in to comment.