Skip to content

Commit

Permalink
update docker-image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CaKrome committed Mar 1, 2024
1 parent 4b6d4fc commit 6a00f77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: Docker Image CI

on:
workflow_dispatch:

push:
branches: [ main ]

pull_request:
branches: [ main ]

jobs:

build:

build-docker-image:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build the amd64 Docker image
working-directory: ./amd64
run: docker build . --file Dockerfile --tag cakrome/ss-rust:$(date +%s)

0 comments on commit 6a00f77

Please sign in to comment.