mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
fix
This commit is contained in:
parent
a45b3fb772
commit
7dbf1f4fc5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
- name: Run hadolint against Dockerfiles
|
||||
run: docker run --rm -i -v "$PWD":/workdir --workdir /workdir --entrypoint hadolint hadolint/hadolint --ignore DL3015 --ignore DL3003 --ignore DL3006 --ignore DL3010 --ignore DL4001 --ignore DL3007 --ignore DL3008 --ignore SC2068 --ignore DL3007 --ignore SC1091 --ignore DL3013 --ignore DL3010 $(find . -type f -iname "Dockerfile*")
|
||||
|
||||
deploy_ghcr_multiarch_no_telegraf:
|
||||
deploy_ghcr_multiarch:
|
||||
name: Deploy ghcr.io (Multi-Arch)
|
||||
needs: [hadolint]
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
# Change Dockerfile to use telegraf tag of build image:
|
||||
- name: change build image to use telegraf tag of docker-docker-tar1090
|
||||
run: |
|
||||
sed -i "s|FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest|FROM ghcr.io/sdr-enthusiasts/docker-tar1090:telegraf/g" ./Dockerfile
|
||||
sed -i "s|FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest|FROM ghcr.io/sdr-enthusiasts/docker-tar1090:telegraf|g" ./Dockerfile
|
||||
|
||||
# Build "telegraf"
|
||||
- name: Build & Push - telegraf
|
||||
|
|
Loading…
Reference in a new issue