Skip to content

Commit

Permalink
Fix naming add push step (#3)
Browse files Browse the repository at this point in the history
* Fix naming of build

* Add push step
  • Loading branch information
BCook98 authored Aug 17, 2022
1 parent b5c1fc4 commit 7f64a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# yamllint disable rule:line-length
---
name: Build
name: Build latest version

# yamllint disable-line rule:truthy
on:
workflow_dispatch:

jobs:
protoc:
build:
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down
1 change: 1 addition & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKATO_SDK_VERSION=$(curl https://api.github.com/repos/workato/workato-connecto

docker buildx build \
--platform "$PLATFORM" \
--push \
--build-arg WORKATO_SDK_VERSION="$WORKATO_SDK_VERSION" \
. \
-t "$REPOSITORY/workato-connector-sdk:$WORKATO_SDK_VERSION" \
Expand Down

0 comments on commit 7f64a5b

Please sign in to comment.