Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 15, 2024
1 parent 8c5dd4e commit 82a9c5e
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 base_${{ 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 base_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 82a9c5e

Please sign in to comment.