Skip to content

Commit

Permalink
(fix) overwrite .github files from otterscan with our own
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Dec 9, 2024
1 parent bc5d6a0 commit be76bcb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 200 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/autofix.yaml

This file was deleted.

20 changes: 14 additions & 6 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,34 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
permissions:
id-token: write
contents: write
packages: write

steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v3
with:
driver: docker-container
driver-opts: |
image=moby/buildkit:master

- name: "Authenticate to Google Cloud"
id: google-auth
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/docker-publish.yaml.orig

This file was deleted.

106 changes: 0 additions & 106 deletions .github/workflows/docker-publish.yaml.rej

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ jobs:
sudo apt install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: Download Anvil
run: |
wget -O ./foundry.tar.gz https://github.com/foundry-rs/foundry/releases/download/nightly/foundry_nightly_linux_amd64.tar.gz
tar -xzf ./foundry.tar.gz anvil
wget -O ./forge.tar.gz https://github.com/foundry-rs/foundry/releases/download/nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9/foundry_nightly_linux_amd64.tar.gz
tar -xzf ./forge.tar.gz anvil
- name: Load devnet config
id: load-devnet-config
run: |
Expand Down

0 comments on commit be76bcb

Please sign in to comment.