File tree Expand file tree Collapse file tree
matrix-appservice-draupnir-for-all/tasks
matrix-bot-draupnir/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 # Using docker_image_build with BuildKit for modern, efficient builds.
5151 # Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent.
5252 # Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag
53- # then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for.
53+ # then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for.
5454 community.docker.docker_image_build :
5555 name : " {{ matrix_appservice_draupnir_for_all_container_image }}"
5656 dockerfile : Dockerfile
Original file line number Diff line number Diff line change 6262 # Using docker_image_build with BuildKit for modern, efficient builds.
6363 # Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent.
6464 # Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag
65- # then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for.
65+ # then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for.
6666 community.docker.docker_image_build :
6767 name : " {{ matrix_bot_draupnir_container_image }}"
6868 dockerfile : Dockerfile
You can’t perform that action at this time.
0 commit comments