Skip to content

Commit

Permalink
gdg
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Dec 4, 2023
1 parent bdaf234 commit 4a25420
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
# git checkout the PR
- uses: actions/checkout@v4



- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down Expand Up @@ -170,8 +168,6 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Pull Base Docker image
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -200,8 +196,6 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max
# those need images from config, so we build them on second step
build-sub-images:
Expand All @@ -220,11 +214,6 @@ jobs:
# git checkout the PR
- uses: actions/checkout@v4

-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3


- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
Expand Down Expand Up @@ -288,8 +277,6 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: ReBuild ardupilot-dev-armhf image from cache
if: github.event_name == 'pull_request' && ${{matrix.config}} == "armhf-musl"
Expand All @@ -312,8 +299,6 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: ReBuild ardupilot-dev-coverage image from cache
if: github.event_name == 'pull_request' && ${{matrix.config}} == "periph"
Expand All @@ -336,8 +321,6 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Pull Base Docker image
if: github.event_name != 'pull_request' && ${{matrix.config}} == "armhf-musl"
Expand Down Expand Up @@ -372,5 +355,3 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
org.label-schema.vcs-ref=${{ github.sha }}
org.label-schema.vcs-url=${{ github.event.repository.clone_url }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 4a25420

Please sign in to comment.