Skip to content

Commit 968ebee

Browse files
authored
Merge branch 'main' into dependabot/terraform/code/infra/hashicorp/azurerm-3.96.0
2 parents 0a2b8c3 + 223fa79 commit 968ebee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_containerTemplate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
# Install BuildKit
6969
- name: Install Buildx
7070
id: install_buildx
71-
uses: docker/setup-buildx-action@v3.1.0
71+
uses: docker/setup-buildx-action@v3.2.0
7272

7373
# Login Container Registry
7474
- name: Login Container Registry
75-
uses: docker/login-action@v3.0.0
75+
uses: docker/login-action@v3.1.0
7676
id: registry_login
7777
if: github.event_name != 'pull_request'
7878
with:
@@ -97,7 +97,7 @@ jobs:
9797
# Build and Push Docker Image with Buildx
9898
- name: Build and push Docker image
9999
id: build_push
100-
uses: docker/build-push-action@v5.2.0
100+
uses: docker/build-push-action@v5.3.0
101101
with:
102102
context: ${{ inputs.working_directory }}
103103
file: ${{ inputs.working_directory }}/Dockerfile

0 commit comments

Comments
 (0)