Skip to content
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

chore(deps): bump the minor-patch group across 1 directory with 4 updates #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/bake-publish-cloud-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# 1.2 - Generate a matrix output of all the targets for the specified group
- name: List targets
id: generate
uses: docker/bake-action/subaction/list-targets@v5.2.0
uses: docker/bake-action/subaction/list-targets@v5.9.0
with:
target: ${{ inputs.group }}
files: ${{ inputs.file }}
Expand Down Expand Up @@ -112,31 +112,31 @@

# 2.3 - Login against the docker registry
- name: Login to registry GHCR
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

# 2.4 - Login against the Docker registry
- name: Login to registry Docker Cloud
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.username }}
password: ${{ secrets.token }}

# 2.5 - Setup Docker BuildX for multi platform Cloud building
# NOTE: Experimental
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.6.1
with:
version: "lab:latest"
driver: cloud
endpoint: "${{ secrets.endpoint }}"

# 2.6 - Build Docker Images
- name: Build Images using BuildX Bake
uses: docker/bake-action@v5.2.0
uses: docker/bake-action@v5.9.0
with:
files: |
${{ inputs.file }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bake-publish-reduced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,23 +140,23 @@ jobs:

# 2.3 - Login against the docker registry
- name: Login to registry ${{ inputs.registry }}
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.registry }}
username: ${{ secrets.username }}
password: ${{ secrets.password }}

# 2.4 - Setup QEMU for platform emulation
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0

# 2.5 - Setup Docker BuildX for multi platform building
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.6.1

# 2.6 - Build and push Docker Images
- name: Build Images using BuildX Bake
uses: docker/bake-action@v5.2.0
uses: docker/bake-action@v5.9.0
with:
files: ./${{ inputs.file }}
targets: ${{ matrix.target }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bake-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,23 +126,23 @@ jobs:

# 2.4 - Login against the docker registry
- name: Login to registry ${{ inputs.registry }}
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.registry }}
username: ${{ secrets.username }}
password: ${{ secrets.password }}

# 2.5 - Setup QEMU for platform emulation
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0

# 2.6 - Setup Docker BuildX for multi platform building
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.6.1

# 2.7 - Build and push Docker Images
- name: Build Images using BuildX Bake
uses: docker/bake-action@v5.2.0
uses: docker/bake-action@v5.9.0
with:
files: ./${{ inputs.file }}
targets: ${{ matrix.target }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/bake-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,23 +126,23 @@ jobs:

# 2.4 - Login against the docker registry
- name: Login to registry ${{ inputs.registry }}
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: ${{ inputs.registry }}
username: ${{ secrets.username }}
password: ${{ secrets.password }}

# 2.5 - Setup QEMU for platform emulation
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0

# 2.6 - Setup Docker BuildX for multi platform building
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.6.1

# 2.7 - Build and push Docker Images
- name: Build Images using BuildX Bake
uses: docker/bake-action@v5.2.0
uses: docker/bake-action@v5.9.0
with:
files: ./${{ inputs.file }}
targets: ${{ matrix.target }}
Expand Down