Skip to content

Commit

Permalink
fix: tag update
Browse files Browse the repository at this point in the history
  • Loading branch information
royki committed Dec 5, 2024
1 parent c981414 commit b85b503
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
uses: ./.github/actions/ubuntu-dependencies

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -36,14 +39,17 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Free Disk Space
uses: ./.github/actions/free-disk-space

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: energyweb/${{ github.event.repository.name }}
tags: |
type=raw,value=latest
type=sha,format=short
type=sha,format=short,prefix=,suffix=,lenth=7
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit b85b503

Please sign in to comment.