Skip to content

Commit

Permalink
s/maintainer/teleport/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe M. Chiasson committed Sep 18, 2023
1 parent 9633c9e commit 89dfb3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
- name: Build Docker image
run: docker build . --tag gravitational/aws-quota-checker:latest
- name: Push Docker image for branch
if: ${{ github.ref == 'refs/heads/maintainer' && github.event_name == 'push' }}
if: ${{ github.ref == 'refs/heads/teleport' && github.event_name == 'push' }}
run: |
docker tag gravitational/aws-quota-checker:latest gravitational/aws-quota-checker:maintainer
docker push gravitational/aws-quota-checker:maintainer
docker tag gravitational/aws-quota-checker:latest gravitational/aws-quota-checker:teleport
docker push gravitational/aws-quota-checker:teleport
- name: Push Docker image for branch
if: ${{ github.ref == 'refs/heads/maintainer' && github.event_name == 'push' }}
if: ${{ github.ref == 'refs/heads/teleport' && github.event_name == 'push' }}
run: |
docker tag gravitational/aws-quota-checker:latest gravitational/aws-quota-checker:maintainer
docker push gravitational/aws-quota-checker:maintainer
docker tag gravitational/aws-quota-checker:latest gravitational/aws-quota-checker:teleport
docker push gravitational/aws-quota-checker:teleport
- name: Push Docker image for tag
if: ${{ startsWith(github.ref, 'refs/tags') && github.event_name == 'push' }}
run: |
Expand Down

0 comments on commit 89dfb3d

Please sign in to comment.