Skip to content

Commit

Permalink
wip: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nourbalaha committed Dec 6, 2024
1 parent 332b901 commit 4e8f90d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Get options
id: options
shell: bash
env:
TAG: ${{ inputs.new_tag_short || '' }}
NAME: ${{ inputs.name || github.sha }}
Expand Down
1 change: 1 addition & 0 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.23.3-alpine AS build

ARG TAG=release
ARG REV
ARG VERSION

RUN apk add --update --no-cache git ca-certificates build-base
Expand Down

0 comments on commit 4e8f90d

Please sign in to comment.