Skip to content

Commit b827bfc

Browse files
author
Adriano Sanges
committed
add latest tag
1 parent adf852c commit b827bfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
type=semver,pattern={{version}}
4848
type=semver,pattern={{major}}.{{minor}}
4949
type=semver,pattern={{major}}
50-
type=sha
50+
type=sha
51+
flavor: |
52+
latest=auto
53+
prefix=
54+
suffix=
5155
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
5256
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
5357
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

0 commit comments

Comments
 (0)