Skip to content

Commit

Permalink
Add release tag to built image.
Browse files Browse the repository at this point in the history
  • Loading branch information
plural committed Apr 1, 2024
1 parent e270ad8 commit 5768adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build image
run: docker build -t $IMAGENAME:latest -f ./Dockerfile.deploy .
run: docker build -t $IMAGENAME:${{ github.ref_name }} -t $IMAGENAME:latest -f ./Dockerfile.deploy .

- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 5768adb

Please sign in to comment.