Skip to content

Commit 95f91dd

Browse files
authored
Merge pull request #138 from nanotaboada/dependabot/github_actions/docker/build-push-action-7.3.0
chore(deps): bump docker/build-push-action from 7.2.0 to 7.3.0
2 parents 32be845 + 8726d6c commit 95f91dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-cd.yml

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

129129
- name: Build and push Docker image to GitHub Container Registry
130130
id: push
131-
uses: docker/build-push-action@v7.2.0
131+
uses: docker/build-push-action@v7.3.0
132132
with:
133133
context: .
134134
push: true

0 commit comments

Comments
 (0)