Skip to content

Commit

Permalink
add: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Nov 9, 2023
1 parent b34caf3 commit 08e0abb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

set -eu

version=$1
tag="jiro4989/build-rpm-action:$version"
docker build --no-cache -t "$tag" .
docker push "$tag"

0 comments on commit 08e0abb

Please sign in to comment.