Skip to content

Commit

Permalink
Merge branch 'release/1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
VaultVulp committed Jan 13, 2023
2 parents c25dfd1 + aaa2424 commit 2f0c8ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo

- name: Build and publish "head" Docker image
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish "latest" Docker image
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide only Docker image name, tag will be automatically set to latest
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish Docker image tagged according to a git-tag
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide only Docker image name
Expand All @@ -96,7 +96,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish Docker image from a different context
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand All @@ -119,7 +119,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Pull, build and publish Docker image
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish Docker image with multiple tags
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish Docker image for ARM64 and AMD64 architectures at the same time
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- uses: actions/[email protected] # Checking out the repo

- name: Build and publish Docker image with arbitrary --build-arg(s)
uses: VaultVulp/[email protected].0
uses: VaultVulp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: my-cool-service # Provide Docker image name
Expand Down

0 comments on commit 2f0c8ac

Please sign in to comment.