Skip to content

Commit

Permalink
build: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Jan 31, 2024
1 parent 57d6115 commit 04bbc7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Process v3 push or PR
on:
push:
branches:
- v3
- DT-6229
- node-migration
pull_request:
branches:
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
shell: bash

docker-push:
if: github.ref == 'refs/heads/v3'
if: github.ref == 'refs/heads/DT-6229'
needs:
- lint
- unit-test
Expand Down Expand Up @@ -302,13 +302,13 @@ jobs:
id: docker-tags
# todo: update to v3 before merging!
run: |
echo "permanent-tag=v3-$(date +"%Y-%m-%dT%H.%M.%S")-${GITHUB_SHA:0:7}" >>$GITHUB_OUTPUT
echo "permanent-tag=v3-prod-$(date +"%Y-%m-%dT%H.%M.%S")-${GITHUB_SHA:0:7}" >>$GITHUB_OUTPUT
- name: build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
tags: |
hsldevcom/digitransit-ui:v3
hsldevcom/digitransit-ui:v3-prod
hsldevcom/digitransit-ui:${{ steps.docker-tags.outputs.permanent-tag }}
# https://github.com/docker/build-push-action/blob/9472e9021074a3cb3279ba431598b8836d40433f/docs/advanced/cache.md#github-cache
# https://github.com/moby/buildkit#registry-push-image-and-cache-separately
Expand Down

0 comments on commit 04bbc7d

Please sign in to comment.