Skip to content

Commit

Permalink
Push jammy images w/o architechture
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kuzminskyi committed Jul 20, 2024
1 parent 04947aa commit 5f08eab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
run: |
ARCH=$(uname -m)
docker build -t twindb/omnibus-ubuntu:${{ steps.extract_branch.outputs.branch }}-${ARCH} .
docker build -t twindb/omnibus-ubuntu:${{ steps.extract_branch.outputs.branch }} .
docker push twindb/omnibus-ubuntu:${{ steps.extract_branch.outputs.branch }}-${ARCH}
docker push twindb/omnibus-ubuntu:${{ steps.extract_branch.outputs.branch }}
8 changes: 8 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
extends: default

rules:
line-length:
max: 120
level: warning
...

0 comments on commit 5f08eab

Please sign in to comment.