We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a2b8c3 + 223fa79 commit 968ebeeCopy full SHA for 968ebee
.github/workflows/_containerTemplate.yml
@@ -68,11 +68,11 @@ jobs:
68
# Install BuildKit
69
- name: Install Buildx
70
id: install_buildx
71
- uses: docker/setup-buildx-action@v3.1.0
+ uses: docker/setup-buildx-action@v3.2.0
72
73
# Login Container Registry
74
- name: Login Container Registry
75
- uses: docker/login-action@v3.0.0
+ uses: docker/login-action@v3.1.0
76
id: registry_login
77
if: github.event_name != 'pull_request'
78
with:
@@ -97,7 +97,7 @@ jobs:
97
# Build and Push Docker Image with Buildx
98
- name: Build and push Docker image
99
id: build_push
100
- uses: docker/build-push-action@v5.2.0
+ uses: docker/build-push-action@v5.3.0
101
102
context: ${{ inputs.working_directory }}
103
file: ${{ inputs.working_directory }}/Dockerfile
0 commit comments