Skip to content

Commit

Permalink
bodge: run only container
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 20, 2024
1 parent 8fe93c2 commit 39cb53c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 273 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/aur.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Build container

on:
push:
branches:
- main
tags:
- v*
workflow_dispatch:
# Build regularly in order to have up to date base image in the edge image
schedule:
Expand All @@ -27,22 +23,17 @@ jobs:
id: meta
with:
images: |
docker.io/edjopato/website-stalker
ghcr.io/${{ github.repository }}
tags: |
type=edge
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/coverage.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/run.yml

This file was deleted.

184 changes: 0 additions & 184 deletions .github/workflows/rust.yml

This file was deleted.

0 comments on commit 39cb53c

Please sign in to comment.