Skip to content

Commit 5c49ac5

Browse files
authored
fix(deps): Update docker/build-push-action commit SHA (#7)
Updated the commit SHA for the `docker/build-push-action` in the `docker.yml` workflow to the latest stable version. This resolves the GitHub Actions failure caused by an invalid commit SHA.
1 parent 059b255 commit 5c49ac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3636

3737
- name: Build and push
38-
uses: docker/build-push-action@2cddeafc873d6113b789a7164923793f63101131
38+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
3939
with:
4040
context: .
4141
push: true

0 commit comments

Comments
 (0)