Skip to content

Commit

Permalink
chore: fix docker dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-hiller committed Sep 13, 2023
1 parent 13ee0c3 commit d896c31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/build-and-push-docker-image-arm-dev.yml

This file was deleted.

@@ -1,11 +1,11 @@
name: Build and push Docker DEV image amd64
name: Build and push Docker DEV image

on:
push:
branches: [master]

jobs:
build-and-push-docker-image-dev-amd64:
build-and-push-docker-image-dev:
runs-on: self-hosted
steps:
- name: Checkout
Expand All @@ -28,7 +28,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
ghcr.io/plankanban/planka:dev

0 comments on commit d896c31

Please sign in to comment.