This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: test updated tag action * chore: point to main * docs: update example tags
- Loading branch information
1 parent
89a7aa5
commit 0334c74
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build and Push Container to ghcr.io | ||
uses: GlueOps/[email protected].4 | ||
uses: GlueOps/[email protected].5 | ||
``` | ||
#### **Docker Hub (docker.io)** | ||
|
@@ -56,7 +56,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build and Push Container to docker.io | ||
uses: GlueOps/[email protected].4 | ||
uses: GlueOps/[email protected].5 | ||
with: | ||
registry: "docker.io" | ||
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }} | ||
|
@@ -77,7 +77,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build and Push Container to ECR | ||
uses: GlueOps/[email protected].4 | ||
uses: GlueOps/[email protected].5 | ||
with: | ||
registry: "<aws-account-id>.dkr.ecr.<aws-region>.amazonaws.com" | ||
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
|
@@ -105,7 +105,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Build and Push Container to ECR | ||
uses: GlueOps/[email protected].4 | ||
uses: GlueOps/[email protected].5 | ||
with: | ||
registry: "<aws-account-id>.dkr.ecr.<aws-region>.amazonaws.com" | ||
aws_role_to_assume: ${{ secrets.AWS_ECR_ROLE_ARN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters