Skip to content

Commit

Permalink
Merge branch 'main' into DOP-4334
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry authored Feb 23, 2024
2 parents cda7835 + 8746021 commit daabb8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stg-ecs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches:
- 'main'
- 'integration'
- "main"
- "integration"
concurrency:
group: environment-stg-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:20.04 as initial

ARG SNOOTY_PARSER_VERSION=0.16.1
ARG SNOOTY_FRONTEND_VERSION=0.16.2
ARG SNOOTY_FRONTEND_VERSION=0.16.3
ARG MUT_VERSION=0.11.1
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
Expand Down

0 comments on commit daabb8e

Please sign in to comment.