Compare commits
1 Commits
main
..
ac68a94d10
| Author | SHA1 | Date | |
|---|---|---|---|
| ac68a94d10 |
@@ -20,17 +20,17 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v4
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
uses: docker/login-action@v4
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.home.timatlee.com
|
registry: git.home.timatlee.com
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
+7
-7
@@ -1,9 +1,9 @@
|
|||||||
certifi==2026.4.22
|
certifi==2026.1.4
|
||||||
chardet==7.4.3
|
chardet==6.0.0
|
||||||
charset-normalizer==3.4.7
|
charset-normalizer==3.4.4
|
||||||
click==8.3.3
|
click==8.3.1
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
idna==3.13
|
idna==3.11
|
||||||
python-dotenv==1.2.2
|
python-dotenv==1.2.1
|
||||||
requests==2.33.1
|
requests==2.32.5
|
||||||
urllib3==2.6.3
|
urllib3==2.6.3
|
||||||
|
|||||||
Reference in New Issue
Block a user