Skip to content

Commit

Permalink
disable scaleu
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosyya committed May 12, 2023
1 parent ee59c74 commit 82086a6
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 198 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build

on:
- push
- pull_request

jobs:
build:
runs-on: [subuntu-latest]
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: user/app:latest
Loading

0 comments on commit 82086a6

Please sign in to comment.