Skip to content

Commit

Permalink
update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CaKrome committed Jun 2, 2024
1 parent 0c38580 commit a2b6d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Build Docker Image

on:
workflow_dispatch:
Expand All @@ -16,5 +16,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build the amd64 Docker image
working-directory: ./amd64
run: docker build . --file Dockerfile --tag cakrome/ss-rust:$(date +%s)
working-directory: .
run: docker compose build

0 comments on commit a2b6d4d

Please sign in to comment.