Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
nametake committed Oct 18, 2023
1 parent 0ae013f commit 0301f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: [20230822, 20231013]
version: [20231013, 20231018]
steps:
- uses: actions/checkout@v3

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

strategy:
matrix:
version: [20230822, 20231013]
version: [20231013, 20231018]
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 0 additions & 1 deletion 20231018/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN set -eux && \
go install github.com/google/yamlfmt/cmd/yamlfmt@latest && \
go install github.com/google/ko@v0.12.0 && \
go install github.com/sonatard/runenv@latest && \
go install github.com/sonatard/runenv@latest && \
rm -rf ${GOPATH}/src ${GOPATH}/pkg && \
\
# Artifact RegistryにPushするための認証設定
Expand Down

0 comments on commit 0301f51

Please sign in to comment.