Skip to content

Commit

Permalink
rename base
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 15, 2024
1 parent 14b4fae commit 8c5dd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Preparing builder - ${{ matrix.target }}
run: |
docker build -f ./base.Dockerfile \
-t builder:${{ matrix.target }} \
-t base_${{ matrix.target }} \
--target ${{ matrix.target }} \
.
Expand Down
2 changes: 1 addition & 1 deletion apps/pingserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
#ADD go.sum .

FROM builder:go_builder as builder
FROM base_go_builder as builder

RUN apk update --no-cache && apk add --no-cache tzdata
WORKDIR /build
Expand Down

0 comments on commit 8c5dd4e

Please sign in to comment.