Skip to content

Commit b7bc9f0

Browse files
committed
Feedback improvements
1 parent 434dbb2 commit b7bc9f0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
run: |
6565
docker manifest push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
6666
67-
6867
manifest_build_and_push_on_main:
6968
if: github.ref == 'refs/heads/main'
7069
needs: build_and_push

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
185185
RUN \
186186
apk update && \
187187
apk upgrade && \
188-
apk add --no-cache --virtual .deps && \
189188
apk add --no-cache \
190189
autoconf \
191190
automake \

0 commit comments

Comments
 (0)