Skip to content

Commit

Permalink
Fix github variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Jun 25, 2024
1 parent d9d6fa3 commit ab67fac
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 @@ -18,15 +18,15 @@ jobs:
include:
- variant: 'apache'
test-files: 'apache-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:${{ env.GITHUB_REF_NAME }}-apache
docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:${{ github.ref_name }}-apache
test-tag: roundcube/roundcubemail:1.5.x-apache
- variant: 'fpm'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:${{ env.GITHUB_REF_NAME }}-fpm
docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:${{ github.ref_name }}-fpm
test-tag: roundcube/roundcubemail:1.5.x-fpm
- variant: 'fpm-alpine'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:${{ env.GITHUB_REF_NAME }}-fpm-alpine
docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:${{ github.ref_name }}-fpm-alpine
test-tag: roundcube/roundcubemail:1.5.x-fpm-alpine
steps:
- name: Checkout repository
Expand Down

0 comments on commit ab67fac

Please sign in to comment.