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