Skip to content

Commit

Permalink
delete workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jan 13, 2024
1 parent e96fbd1 commit f101dd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 211 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,13 @@ on:
env:
DOCKER_USERNAME: viktorstrate
DOCKER_IMAGE: viktorstrate/photoview
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

jobs:
build:
name: Build Docker Image
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Cache Docker layers
uses: actions/cache@v2
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ secrets.CACHE_KEY }}-${{ matrix.target_platform }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ secrets.CACHE_KEY }}-${{ matrix.target_platform }}-

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand All @@ -39,13 +27,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Docker Login
if: success() && github.event_name != 'pull_request' && github.repository == 'photoview/photoview'
uses: docker/login-action@v2
with:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}

- name: Docker meta
id: docker_meta
uses: docker/metadata-action@v3
Expand All @@ -66,7 +47,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: ${{ github.event_name != 'pull_request' && github.repository == 'photoview/photoview' }}
platforms: linux/amd64
push: false
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
40 changes: 0 additions & 40 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

150 changes: 0 additions & 150 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit f101dd1

Please sign in to comment.