Skip to content

Commit

Permalink
Change builder tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 28, 2023
1 parent 6c2afa0 commit 17b2087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
tags: builder:${{ matrix.platform }}
tags: builder/${{ matrix.platform }}:latest
load: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build with Docker
uses: addnab/docker-run-action@v3
with:
image: builder:${{ matrix.platform }}
image: builder/${{ matrix.platform }}:latest
options: |
--platform ${{ matrix.platform }}
--workdir /usr/src/rapidyenc
Expand Down

0 comments on commit 17b2087

Please sign in to comment.