-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|