Skip to content

Commit

Permalink
bump docker build version
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Jun 28, 2024
1 parent 5c1536c commit 1f75fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
uses: './.github/actions/iota-sandbox/setup'

- name: Build Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v6.2.0
with:
context: bindings/wasm/
file: bindings/wasm/cypress/Dockerfile
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
uses: './.github/actions/iota-sandbox/setup'

- name: Build Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v6.2.0
with:
context: bindings/wasm/
file: bindings/wasm/cypress/Dockerfile
Expand Down

0 comments on commit 1f75fae

Please sign in to comment.