Skip to content

Commit

Permalink
Trigger build again
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed May 2, 2024
1 parent a5cd1e1 commit 1051071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
- name: Set container image metadata
id: meta
uses: docker/metadata-action@v5
with:
Expand All @@ -60,7 +60,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}
- name: Build and push Docker image
- name: Build and push container image
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 1051071

Please sign in to comment.