Skip to content

Commit ee83f98

Browse files
committed
Remove API Container creation in Github Actions for Version Tag
1 parent 5d5bb01 commit ee83f98

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

.github/workflows/docker-image-version-tag.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -59,35 +59,6 @@ jobs:
5959
name: Build and Push Docker Image (App)
6060
needs: test
6161
if: success()
62-
steps:
63-
- name: Check out repo
64-
uses: actions/checkout@v3
65-
66-
- name: Docker Login
67-
uses: docker/login-action@v2
68-
with:
69-
username: ${{ secrets.DOCKERHUB_USERNAME }}
70-
password: ${{ secrets.DOCKERHUB_TOKEN }}
71-
72-
- name: Set up QEMU
73-
uses: docker/setup-qemu-action@v2
74-
75-
- name: Set up Docker Buildx
76-
uses: docker/setup-buildx-action@v2
77-
78-
- name: Build and push Docker image
79-
uses: docker/build-push-action@v4
80-
with:
81-
context: .
82-
push: true
83-
tags: axelander/openbudgeteer:pre-release
84-
platforms: linux/arm64,linux/amd64
85-
86-
deploy-docker-api:
87-
runs-on: ubuntu-latest
88-
name: Build and Push Docker Image (API)
89-
needs: test
90-
if: success()
9162
steps:
9263
- name: Check out repo
9364
uses: actions/checkout@v3
@@ -110,4 +81,4 @@ jobs:
11081
context: .
11182
push: true
11283
tags: axelander/openbudgeteer:${{ github.ref_name }}
113-
platforms: linux/arm64,linux/amd64
84+
platforms: linux/arm64,linux/amd64

0 commit comments

Comments
 (0)