Compare commits

...

13 commits

Author SHA1 Message Date
e307871a20 Update Dockerfile
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2024-10-19 13:04:30 +00:00
6228bdf5f4 ci: fix tagging strategy 2024-10-19 13:04:30 +00:00
4267bbe115 Merge pull request 'Update Dockerfile' (#15) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
2024-04-27 20:55:29 +00:00
cfdbff8f7a Merge pull request 'Update Dockerfile' (#14) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #14
2024-04-06 11:08:55 +00:00
6323f71ddc Merge pull request 'Update Dockerfile' (#13) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13
2024-03-11 17:44:43 +00:00
9f1069ae8e Merge pull request 'Update Dockerfile' (#12) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2024-03-09 08:35:28 +00:00
79eb5450ec Merge pull request 'Update Dockerfile' (#11) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #11
2024-03-07 19:41:56 +00:00
18b46e1e89 Merge pull request 'Update Dockerfile' (#10) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #10
2024-02-17 20:12:53 +00:00
8a3db96bb3 Merge pull request 'Update Dockerfile' (#9) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #9
2024-02-07 00:39:17 +00:00
d97ecd1bde Merge pull request 'Update Dockerfile' (#8) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #8
2024-01-10 21:30:19 +00:00
071e1ddfef Merge pull request 'develop' (#7) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7
2023-12-13 22:53:54 +00:00
19a21ecedd Merge pull request 'Update Dockerfile' (#6) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #6
2023-12-07 07:39:56 +00:00
9691d4374c Merge pull request 'develop' (#5) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
2023-11-24 15:47:02 +00:00
2 changed files with 7 additions and 38 deletions

View file

@ -23,46 +23,14 @@ steps:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}"
cache_from: "glenux/service-gotosocial:${DRONE_BRANCH/\\//-}_latest"
repo: glenux/service-gotosocial
tags: "${DRONE_COMMIT_SHA:0:8}"
tags:
- "${DRONE_BRANCH/\\//-}_${DRONE_COMMIT_SHA:0:8}"
- "${DRONE_BRANCH/\\//-}_latest"
- "latest"
purge: false
- name: publish:commit_branch
image: plugins/docker
# volumes:
# - name: cache
# path: /stupid
settings:
username:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}"
repo: glenux/service-gotosocial
tags: "latest_${DRONE_BRANCH/\\//-}"
purge: false
when:
branch:
- "master"
- "develop"
- "feature/*"
- name: publish:latest
image: plugins/docker
settings:
username:
from_secret: DOCKERHUB_USERNAME
password:
from_secret: DOCKERHUB_PASSWORD
cache_from: "glenux/service-gotosocial:latest_${DRONE_BRANCH/\\//-}"
repo: glenux/service-gotosocial
tags: latest
purge: false
when:
branch:
- master
- name: deploy:dokku
image: alpine
when:

View file

@ -2,4 +2,5 @@
# FROM superseriousbusiness/gotosocial:0.12.2
# FROM superseriousbusiness/gotosocial:0.13.1
# FROM superseriousbusiness/gotosocial:0.14.2
FROM superseriousbusiness/gotosocial:0.15.0
# FROM superseriousbusiness/gotosocial:0.15.0
FROM superseriousbusiness/gotosocial:0.16.0