Skip to content

Commit 76827a1

Browse files
committed
Upgraded to new go version and added build action
1 parent 81beaaf commit 76827a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
15-
15+
1616
- name: Login to Docker Hub
1717
uses: docker/login-action@v4
1818
with:
@@ -24,6 +24,6 @@ jobs:
2424
run: podman --version
2525

2626
- name: Build image
27-
run: docker build --label source_repository="c5413905/remotearbiter" -t keppel.eu-de-1.cloud.sap/ccloud/c5413905/remotearbiter:${{ github.sha }} .
27+
run: podman build --label source_repository="c5413905/remotearbiter" -t keppel.eu-de-1.cloud.sap/ccloud/c5413905/remotearbiter:1234 .
2828

2929

0 commit comments

Comments
 (0)