From b6b3e69a3d9e5a83bc11188006b6a537f283ed3a Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 20 Mar 2024 10:58:58 +1300 Subject: [PATCH] chore: use automatic docker tags. --- .drone.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 14bfbcc..0531953 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,8 +20,7 @@ steps: dockerfile: ./base/Dockerfile platform: linux/arm64 pull: true - tags: - - latest + auto_tag: true - name: dev-container/elixir image: plugins/docker @@ -37,8 +36,7 @@ steps: dockerfile: ./elixir/Dockerfile platform: linux/arm64 pull: true - tags: - - latest + auto_tag: true - name: dev-container/rust @@ -55,8 +53,7 @@ steps: dockerfile: ./rust/Dockerfile platform: linux/arm64 pull: true - tags: - - latest + auto_tag: true --- @@ -81,8 +78,7 @@ steps: dockerfile: ./base/Dockerfile platform: linux/amd64 pull: true - tags: - - latest + auto_tag: true - name: dev-container/elixir image: plugins/docker @@ -97,9 +93,8 @@ steps: context: ./elixir dockerfile: ./elixir/Dockerfile platform: linux/amd64 + auto_tag: true pull: true - tags: - - latest - name: dev-container/rust @@ -116,5 +111,4 @@ steps: dockerfile: ./rust/Dockerfile platform: linux/amd64 pull: true - tags: - - latest + auto_tag: true