Skip to content

Commit bf2aff6

Browse files
chore: update GitHub Action Versions (#109)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e57d7ce commit bf2aff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-publish-docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ jobs:
3434

3535
- name: Extract metadata (tags, labels) for Docker
3636
id: meta
37-
uses: docker/metadata-action@v5.6.1
37+
uses: docker/metadata-action@v5.7.0
3838
with:
3939
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4040

4141
- name: Build and push Docker (dev)
42-
uses: docker/build-push-action@v6.14.0
42+
uses: docker/build-push-action@v6.15.0
4343
if: github.ref == 'refs/heads/dev'
4444
with:
4545
context: .
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev
4848
labels: ${{ steps.meta.outputs.labels }}
4949
- name: Build and push Docker (main)
50-
uses: docker/build-push-action@v6.14.0
50+
uses: docker/build-push-action@v6.15.0
5151
if: github.ref == 'refs/heads/main'
5252
with:
5353
context: .
5454
push: true
5555
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
5656
labels: ${{ steps.meta.outputs.labels }}
5757
- name: Build and push Docker (Manual)
58-
uses: docker/build-push-action@v6.14.0
58+
uses: docker/build-push-action@v6.15.0
5959
if: github.event_name == 'workflow_dispatch'
6060
with:
6161
context: .

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Checkout [main]
5353
with:
5454
fetch-depth: 0
55-
- uses: actions/[email protected].1
55+
- uses: actions/[email protected].2
5656
with:
5757
path: '**/node_modules'
5858
key: ${{ runner.os }}-modules-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)