2 Commits

Author SHA1 Message Date
eyedeekay
504e7bddb9 disable docker 2025-03-08 19:36:31 -05:00
eyedeekay
2e7e2e1289 add I2P maintainers repository to CI build file 2025-03-08 19:26:18 -05:00

View File

@@ -24,6 +24,7 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
sudo add-apt-repository -y ppa:i2p-maintainers/i2p
sudo apt-get update sudo apt-get update
sudo apt-get install -y make git fakeroot checkinstall i2p i2p-router sudo apt-get install -y make git fakeroot checkinstall i2p i2p-router
@@ -78,11 +79,11 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image # - name: Build and push Docker image
if: success() # if: success()
run: | # run: |
docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io # docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} . # docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} .
docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }} # docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }}
docker tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest # docker tag ghcr.io/${{ github.repository }}:${{ github.ref_name }} ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:latest # docker push ghcr.io/${{ github.repository }}:latest