Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): bump docker/build-push-action from 5 to 6 #247

Open
wants to merge 1 commit into
base: main
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/new-ubuntu-base-image-requested.yml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ jobs:
# Base image #
##################
- name: Build and publish
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build_ubuntu_base_image
with:
file: ./images/ubuntu/base/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/new-ubuntu-hub-image-requested.yml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ jobs:
# Hub image #
#################
- name: Build and publish
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build_ubuntu_hub_image
with:
file: ./images/ubuntu/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ jobs:
# Ubuntu Editor image #
###########################
- name: Build and publish
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build_ubuntu_editor_image
continue-on-error: true
with:
@@ -126,7 +126,7 @@ jobs:
# Retry the above #
#######################
- name: Build and publish (retry)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: steps.build_ubuntu_editor_image.outcome=='failure'
id: build_ubuntu_editor_image_retry
with:
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ jobs:
# Ubuntu Editor image #
###########################
- name: Build and publish
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build_ubuntu_editor_image
continue-on-error: true
with:
@@ -126,7 +126,7 @@ jobs:
# Retry the above #
#######################
- name: Build and publish (retry)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: steps.build_ubuntu_editor_image.outcome=='failure'
id: build_ubuntu_editor_image_retry
with:
4 changes: 2 additions & 2 deletions .github/workflows/retry-ubuntu-editor-image-requested.yml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ jobs:
# Editor image #
####################
- name: Build and publish
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build_ubuntu_editor_image
continue-on-error: true
with:
@@ -107,7 +107,7 @@ jobs:
# Retry the above #
#######################
- name: Build and publish (retry)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: steps.build_ubuntu_editor_image.outcome=='failure'
id: build_ubuntu_editor_image_retry
with:
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -156,12 +156,12 @@ jobs:
# Build Ubuntu base and hub #
#################################
- name: Build base
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./images/ubuntu/base/Dockerfile
tags: base:ubuntu-dev
- name: Build hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./images/ubuntu/hub/Dockerfile
build-args: baseImage=base:ubuntu-dev
@@ -310,7 +310,7 @@ jobs:
###########################
- name: Build
# if: steps.build-1.outcome == 'failure'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-1
continue-on-error: true
timeout-minutes: 40
@@ -333,7 +333,7 @@ jobs:

- name: Build (Retry)
if: steps.build-1.outcome == 'failure'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-2
# continue-on-error: true
timeout-minutes: 40
Loading
Oops, something went wrong.