Skip to content

Commit

Permalink
Merge pull request #21 from spacelift-io/feat/ansible_build_matrix
Browse files Browse the repository at this point in the history
Introduce new image tagging strategy
  • Loading branch information
eliecharra authored Nov 22, 2024
2 parents 8e2d2c6 + 46dd0df commit 4598802
Show file tree
Hide file tree
Showing 12 changed files with 598 additions and 316 deletions.
9 changes: 9 additions & 0 deletions .github/scripts/retag-and-push.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e

FROM="$1"
TO="$2"

echo "Pushing ${TO}"
docker tag "${FROM}" "${TO}"
docker push "${TO}"
61 changes: 0 additions & 61 deletions .github/workflows/build.yml

This file was deleted.

157 changes: 0 additions & 157 deletions .github/workflows/deploy.yml

This file was deleted.

Loading

0 comments on commit 4598802

Please sign in to comment.