Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df18b23f88 | |||
| da6f636c5f |
@@ -9,12 +9,12 @@ on:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build-push-docker-image:
|
||||
# see on runner /data/.runner to add label (test => test:docker://debian:bullseye)
|
||||
runs-on: test
|
||||
container: debian:bullseye
|
||||
# runs-on: ubuntu-latest
|
||||
# container: node:16-bullseye
|
||||
# runs-on: test
|
||||
# container: debian:bullseye
|
||||
runs-on: ubuntu-latest
|
||||
container: node:16-bullseye
|
||||
steps:
|
||||
|
||||
- name: Print version and repository
|
||||
@@ -22,12 +22,8 @@ jobs:
|
||||
|
||||
- name: Install nodejs and dnsutils (dig)for github action
|
||||
run: |
|
||||
<<<<<<< HEAD
|
||||
apt-get update
|
||||
apt-get -y install nodejs dnsutils
|
||||
=======
|
||||
apt-get -y install nodejs
|
||||
>>>>>>> 9b6976d7582d7d097f31af36c02e562ef82ea903
|
||||
|
||||
- name: Git clone private repo
|
||||
uses: actions/checkout@v4
|
||||
@@ -38,7 +34,7 @@ jobs:
|
||||
- name: Install Docker engine
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install ca-certificates curl gnupg dnsutils
|
||||
apt-get -y install ca-certificates curl gnupg
|
||||
install -m 0755 -d /etc/apt/keyrings
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
chmod a+r /etc/apt/keyrings/docker.gpg
|
||||
|
||||
Reference in New Issue
Block a user