Skip to content

Commit

Permalink
chore(arm builds): restore appropriate container tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Melendez committed Jun 11, 2024
1 parent 4b2bc6b commit 4e52302
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
push:
needs: [build]
if: ${{ github.ref == 'refs/heads/PE-6262_arm_builds' }}
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/ardriveapp/${{ github.event.repository.name }}:latest
ghcr.io/ardriveapp/${{ github.event.repository.name }}:${{ github.sha }}
- name: Build and push fulfillment container image to GitHub Container Registry
Expand All @@ -68,6 +69,7 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/ardriveapp/${{ github.event.repository.name }}-fulfillment:latest
ghcr.io/ardriveapp/${{ github.event.repository.name }}-fulfillment:${{ github.sha }}
- name: Build and push localstack container image to GitHub Container Registry
Expand All @@ -77,4 +79,5 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/ardriveapp/${{ github.event.repository.name }}-localstack:latest
ghcr.io/ardriveapp/${{ github.event.repository.name }}-localstack:${{ github.sha }}

0 comments on commit 4e52302

Please sign in to comment.