Skip to content

Commit 9faef59

Browse files
authored
Merge pull request #1 from NYU-RTS/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents f1e717a + 4b4e08d commit 9faef59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Publish the container image
100100
- name: Publish Container Image
101101
id: publish
102-
uses: docker/build-push-action@v6
102+
uses: docker/build-push-action@v7
103103
env:
104104
LABELS: ${{ steps.meta.outputs.labels }}
105105
TAGS: ${{ steps.meta.outputs.tags }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build the Container
4242
id: build
43-
uses: docker/build-push-action@v6
43+
uses: docker/build-push-action@v7
4444
with:
4545
context: .
4646
push: true

0 commit comments

Comments
 (0)