forked from Public/monero-gui
This commit is contained in:
@@ -8,15 +8,16 @@ jobs:
|
||||
docker-build:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: install dependencies
|
||||
- name: Install dependencies
|
||||
run: sudo apt -y install xvfb libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxcb-shape0 libxkbcommon-x11-0
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v4
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."gitea:3000"]
|
||||
@@ -24,7 +25,7 @@ jobs:
|
||||
insecure = true
|
||||
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://gitea:3000
|
||||
username: ${{ gitea.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user