Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}

- name: Build docker image and push
uses: docker/build-push-action@104b27ceb2d85774eec663b6724fd267b363adb3
uses: docker/build-push-action@91670ba5a4df99a24efff8637a78c83fd1b0f6b1
with:
context: .
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}

- name: Build docker image and push
uses: docker/build-push-action@104b27ceb2d85774eec663b6724fd267b363adb3
uses: docker/build-push-action@91670ba5a4df99a24efff8637a78c83fd1b0f6b1
with:
context: .
push: true
Expand Down