Skip to content

Commit a399afb

Browse files
Merge pull request #290 from multiversx/fix-docker-build-action
Fixed docker build
2 parents ecd8f49 + be66982 commit a399afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker.yml

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

4545
- name: Build and push Docker image
4646
id: push
47-
uses: docker/build-push-action@events-notifier3b5e8027fcad23fda98b2e3ac259d8d67585f671
47+
uses: docker/build-push-action@elastic-indexer3b5e8027fcad23fda98b2e3ac259d8d67585f671
4848
with:
4949
context: .
5050
file: ./Dockerfile

0 commit comments

Comments
 (0)