Skip to content

Commit 0e39df8

Browse files
Merge pull request #291 from multiversx/fix-docker-build-action-2
Fixed docker build - part 2
2 parents a399afb + e9ac399 commit 0e39df8

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@elastic-indexer3b5e8027fcad23fda98b2e3ac259d8d67585f671
47+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
4848
with:
4949
context: .
5050
file: ./Dockerfile

0 commit comments

Comments
 (0)