Skip to content

Commit

Permalink
Merge pull request #2 from cao7113/docker
Browse files Browse the repository at this point in the history
fix: docker actions config
  • Loading branch information
cao7113 authored Jul 13, 2024
2 parents 698e18d + d0f3ae1 commit 8ab849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Try
name: Docker Compose Test
on:
push:
branches:
Expand All @@ -12,7 +12,7 @@ permissions:
jobs:
test-docker:
runs-on: ubuntu-latest
services:
steps:
- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit 8ab849b

Please sign in to comment.