Skip to content

Commit

Permalink
Fresh build for all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Feb 13, 2024
1 parent 8e6b49e commit 1a169af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ jobs:
org.opencontainers.image.source=${{ github.server_url }}/hyperion.docker-ci
org.opencontainers.image.documentation=https://docs.hyperion-project.org/
org.opencontainers.image.licenses=MIT
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: 👷 Build and 🚀 Push to GitHub Container/Package Registry
uses: docker/build-push-action@v5
Expand All @@ -118,6 +116,8 @@ jobs:
SUITE=${{ matrix.os.codename }}
QT_VERSION=${{ matrix.qt_version }}
REPOSITORY="${{ github.server_url }}/${{ env.REPOSITORY }}"
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

debian_armv6:
name: 🐧 ${{ matrix.os.description }} Qt ${{ matrix.qt_version }} (armv6)
Expand Down

0 comments on commit 1a169af

Please sign in to comment.