Skip to content

Commit

Permalink
Merge pull request #6246 from mozilla/sumo-workflow-dev
Browse files Browse the repository at this point in the history
add setup-buildx-actions
  • Loading branch information
Basma1912 authored Sep 23, 2024
2 parents 421f1f8 + d178e62 commit b9e8fd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- name: Create version.json
run: |
# create a version.json per
Expand All @@ -60,7 +61,7 @@ jobs:
ref: ${{ env.REF_ID }}

- id: dev_image_tag
name: Set Docker Stag image tag for updates of the DEV branch
name: Set Docker image tag for updates of the DEV branch
if: github.ref == 'refs/heads/dev'
run: |
Expand All @@ -71,7 +72,7 @@ jobs:
echo DEPLOYMENT_REALM=nonprod >> "$GITHUB_ENV"
- id: stage_image_tag
name: Set Docker Stag image tag for updates of the main branch
name: Set Docker image tag for updates of the main branch
if: github.ref == 'refs/heads/main'
run: |
Expand Down

0 comments on commit b9e8fd0

Please sign in to comment.