Skip to content

Commit

Permalink
Revert "👷 ci(dockerci(dockerci(dockercci(docker): add buildx, add l…
Browse files Browse the repository at this point in the history
…atest tag"

This reverts commit 936392f.
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent 8d58e45 commit 24fc3bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand All @@ -41,7 +38,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: "${{ steps.meta.outputs.tags }},kevinnitro/vnulib-downloader:latest"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 24fc3bb

Please sign in to comment.