Skip to content

Commit 8e70560

Browse files
committed
Drop latest on version branch
1 parent cb26fb1 commit 8e70560

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,3 @@ jobs:
3535
private-key-id: "${{ secrets.DOCKER_PRIVATE_KEY_ID }}"
3636
private-key: ${{ secrets.DOCKER_PRIVATE_KEY }}
3737
private-key-passphrase: ${{ secrets.DOCKER_PRIVATE_KEY_PASSPHRASE }}
38-
- name: Docker tag latest
39-
run: docker tag docker.io/botsudo/capistrano:${{ steps.get_version.outputs.VERSION }} docker.io/botsudo/capistrano:latest
40-
- name: Docker update latest
41-
run: docker push docker.io/botsudo/capistrano:latest

0 commit comments

Comments
 (0)