Skip to content

Commit 097422f

Browse files
authored
Merge pull request #157 from dxw/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents fe2cc63 + fc6114a commit 097422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rails-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Docker Buildx
3636
uses: docker/setup-buildx-action@v3
3737
- name: Build and cache
38-
uses: docker/build-push-action@v5
38+
uses: docker/build-push-action@v6
3939
with:
4040
context: .
4141
file: ./Dockerfile

0 commit comments

Comments
 (0)