fix(ci): permissions and registry
This commit is contained in:
parent
045a45d4d2
commit
eae1c98c6a
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -1,17 +1,9 @@
|
||||
version: 2
|
||||
registries:
|
||||
orbis-registry:
|
||||
type: docker-registry
|
||||
url: ${{ secrets.REGISTRY_PULL_HOST }}
|
||||
username: ${{ secrets.REGISTRY_PULL_USER }}
|
||||
password: ${{ secrets.REGISTRY_PULL_PASSWORD }}
|
||||
updates:
|
||||
|
||||
# Maintain dependencies for docker
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
registries:
|
||||
- orbis-registry
|
||||
schedule:
|
||||
interval: "daily"
|
||||
assignees:
|
||||
|
6
.github/workflows/build-latest.yaml
vendored
6
.github/workflows/build-latest.yaml
vendored
@ -31,9 +31,9 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: install build-essential
|
||||
run:
|
||||
apt update --yes && \
|
||||
apt upgrade --yes && \
|
||||
apt install --yes build-essential
|
||||
sudo apt update --yes && \
|
||||
sudo apt upgrade --yes && \
|
||||
sudo apt install --yes build-essential
|
||||
- name: set up docker
|
||||
uses: docker-practice/actions-setup-docker@master
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user