Skip to content

Commit

Permalink
Update docker release tags to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Sep 19, 2023
1 parent b74e6d2 commit 5e98a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
include:
- variant: 'apache'
test-files: 'apache-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.2-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest
docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.3-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest
test-tag: roundcube/roundcubemail:latest-apache
- variant: 'fpm'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.2-fpm,roundcube/roundcubemail:latest-fpm
docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.3-fpm,roundcube/roundcubemail:latest-fpm
test-tag: roundcube/roundcubemail:latest-fpm
- variant: 'fpm-alpine'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.2-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine
docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.3-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine
test-tag: roundcube/roundcubemail:latest-fpm-alpine
steps:
- name: Checkout repository
Expand Down

0 comments on commit 5e98a6b

Please sign in to comment.