Skip to content

Commit

Permalink
ci working
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 committed Nov 24, 2023
1 parent 5371c05 commit e28ed6e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- name: Get current time
uses: 1466587594/get-current-time@v2
Expand All @@ -26,9 +23,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
context: ./apps/client
file: ./dockerfile

- name: Login to DockerHub
uses: docker/login-action@v1
Expand All @@ -39,7 +33,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm
push: true
tags: |
Expand Down

0 comments on commit e28ed6e

Please sign in to comment.