Skip to content

Commit

Permalink
fix(docker): use the correct target in Dockerfile final instead of base
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dusan@dusanmalusev.dev>
  • Loading branch information
CodeLieutenant committed Aug 11, 2024
1 parent 4bd84c5 commit 73bc98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
push: true
pull: true
platforms: linux/amd64
target: base
target: final
tags: malusevd99/scylladb-php-driver:ubuntu-${{ inputs.ubuntu_version }}-php-${{ inputs.php }}-zts
cache-from: type=gha
cache-to: type=gha,mode=max
Expand All @@ -82,7 +82,7 @@ jobs:
push: true
pull: true
platforms: linux/amd64
target: base
target: final
tags: malusevd99/scylladb-php-driver:ubuntu-${{ inputs.ubuntu_version }}-php-${{ inputs.php }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 73bc98d

Please sign in to comment.