Skip to content

Commit

Permalink
Fixed version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nametake committed Nov 17, 2023
1 parent 8d68c81 commit 0b70dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20231019, 20231109]
version: [20231109, 20231116]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
version: [20231019, 20231109]
version: [20231109, 20231116]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 0b70dda

Please sign in to comment.