Skip to content

Commit

Permalink
UPgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
migueLib committed Aug 7, 2024
1 parent c1ba3cb commit 09f4dad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 144 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/docker-publish-mac.yml

This file was deleted.

10 changes: 2 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64

runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -81,7 +75,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: ${{matrix.platform}}
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
24 changes: 0 additions & 24 deletions Dockerfile-mac

This file was deleted.

14 changes: 0 additions & 14 deletions environment-mac.yml

This file was deleted.

0 comments on commit 09f4dad

Please sign in to comment.