ci: create docker push only workflow

and change default behaviour: deploy when tag is created instead
This commit is contained in:
Sonny
2024-03-27 23:38:06 +01:00
parent 20b0eac03a
commit 0bf5ac11b0
11 changed files with 3589 additions and 226 deletions

View File

@@ -1,4 +1,5 @@
import clsx from 'clsx';
import Footer from 'components/Footer/Footer';
import Navbar from 'components/Navbar/Navbar';
import PageTransition from 'components/PageTransition';
import { useTranslation } from 'next-i18next';
@@ -62,6 +63,7 @@ export default function Privacy() {
<p>{t('privacy:footer.changes')}</p>
<p>{t('privacy:footer.thanks')}</p>
</main>
<Footer />
</PageTransition>
);
}