Skip to content

Commit

Permalink
fix(ci): push specific tags second for better web UI display
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Feb 19, 2021
1 parent d85cab5 commit b4403e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
--tag "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}" \
frontend
- name: Push Docker container image frontend:v*"
run: docker push "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}"

- name: Push Docker container image frontend:latest"
run: docker push "${DOCKER_REPOSITORY}/frontend:latest"

- name: Push Docker container image backend:v*"
run: docker push "${DOCKER_REPOSITORY}/backend:${DOCKER_TAG}"
- name: Push Docker container image frontend:v*"
run: docker push "${DOCKER_REPOSITORY}/frontend:${DOCKER_TAG}"

- name: Push Docker container image backend:latest"
run: docker push "${DOCKER_REPOSITORY}/backend:latest"

- name: Push Docker container image backend:v*"
run: docker push "${DOCKER_REPOSITORY}/backend:${DOCKER_TAG}"

0 comments on commit b4403e4

Please sign in to comment.