Skip to content

Bump docker/build-push-action from 6.5.0 to 6.18.0 #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ jobs:
- name: Build
if: steps.check_files.outputs.files_exists == 'true'
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.18.0
with:
context: .
file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
- name: Build and push
if: steps.check_files.outputs.files_exists == 'true'
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.18.0
with:
context: .
file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile

Unchanged files with check annotations Beta

# only v16 can be installed with apk
# so we going with the old way
ENV NODE_VERSION 18.15.0

Check warning on line 6 in 18/alpine/Dockerfile

GitHub Actions / build (18, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \
&& node --version \
&& npm --version
ENV YARN_VERSION 1.22.19

Check warning on line 77 in 18/alpine/Dockerfile

GitHub Actions / build (18, alpine)

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \