Skip to content

Commit

Permalink
#1 change colors and update to newest blockscoutV2
Browse files Browse the repository at this point in the history
  • Loading branch information
junkwarrior87 committed Jan 25, 2024
1 parent d71e398 commit 3bd9547
Show file tree
Hide file tree
Showing 28 changed files with 46 additions and 1,282 deletions.
171 changes: 0 additions & 171 deletions .github/workflows/checks.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/cleanup.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/deploy-main.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/deploy-review-l2.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/deploy-review.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and push Docker image

on:
push:
branches:
- main

jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: azure/docker-login@v1
with:
login-server: ataacr.azurecr.io
username: ${{ secrets.ATA_ACR_USERNAME }}
password: ${{ secrets.ATA_ACR_PASSWORD }}
- uses: docker/build-push-action@v2
with:
push: true
tags: ataacr.azurecr.io/blockscout-frontend:${{ github.sha }}
Loading

0 comments on commit 3bd9547

Please sign in to comment.