Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Fetch tags
run: git fetch --tags origin
- name: Set up Python
Expand Down Expand Up @@ -94,12 +94,12 @@ jobs:
$FAKESENTRY_TAG
$GCS_EMULATOR_TAG
EOF" >> "$GITHUB_ENV"
- uses: google-github-actions/auth@v2
- uses: google-github-actions/auth@v3
with:
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
service_account: artifact-writer@${{ secrets.GCP_PROJECT_ID }}.iam.gserviceaccount.com
- name: Push fakesentry and gcs-emulator Docker images to GAR
uses: mozilla-it/deploy-actions/docker-push@v4.3.0
uses: mozilla-it/deploy-actions/docker-push@v4.4.0
with:
image_tags: ${{ env.DOCKER_IMAGE_TAGS }}
workload_identity_pool_project_number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
Expand Down