Skip to content

Commit 6ee9f8d

Browse files
author
Agus Makmun
committed
fix: missing to login github registry
1 parent af4d25c commit 6ee9f8d

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515

16+
- name: Log in to GitHub Container Registry
17+
run: echo "${{ secrets.GH_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
18+
1619
- name: Run Semantic Release with Docker
1720
run: |
1821
docker run \

martor/static/martor/css/martor-admin.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.32
2+
* Name : Martor v1.6.33
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.32
2+
* Name : Martor v1.6.33
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/css/martor.semantic.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.32
2+
* Name : Martor v1.6.33
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.32
2+
* Name : Martor v1.6.33
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.bootstrap.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.semantic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.6.32
2+
* Name : Martor v1.6.33
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 09-Mar-2024
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.semantic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)