From c54ce0a94d3297ef5ad9c169b865300f4b79d16c Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sat, 1 Mar 2025 14:02:43 +0000 Subject: [PATCH] ci: Switch transifex workflow to transifex-specific Docker image See https://github.com/azahar-emu/azahar/issues/592 --- .github/workflows/transifex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml index f9d073dd4..8e9093be9 100644 --- a/.github/workflows/transifex.yml +++ b/.github/workflows/transifex.yml @@ -7,7 +7,7 @@ on: jobs: transifex: runs-on: ubuntu-latest - container: opensauce04/azahar-build-environment:latest + container: opensauce04/azahar-build-environment:transifex if: ${{ github.repository == 'azahar-emu/azahar' }} steps: - uses: actions/checkout@v4